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

WebMapCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a member from the collection.

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

Parameters

item
The WebMap to remove from the collection.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.Types.WebMapCollection.Remove(NAnt.VSNet.Types.WebMap)

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace