NAnt SDK Documentation - v0.92

DataTypeBaseBuilderCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As DataTypeBaseBuilder _
)
[C#]
public void Remove(
   DataTypeBaseBuilder item
);

Parameters

item
The DataTypeBaseBuilder to remove from the collection.

See Also

DataTypeBaseBuilderCollection Class | NAnt.Core Namespace