NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeBaseBuilderCollection.Remove Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.DataTypeBaseBuilderCollection.Remove(NAnt.Core.DataTypeBaseBuilder)

See Also

DataTypeBaseBuilderCollection Class | NAnt.Core Namespace