DataTypeBaseBuilderCollection.

Remove(DataTypeBaseBuilder) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseBuilderCollection

Syntax

public void Remove(DataTypeBaseBuilder item)

Parameters

Name Type Description
item DataTypeBaseBuilder The NAnt.Core.DataTypeBaseBuilder to remove from the collection.

Return Value

Type Description
void