WebMapCollection.

Remove(WebMap) Method

Summary

Removes a member from the collection.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet.Types
Containing Type
WebMapCollection

Syntax

public void Remove(WebMap item)

Parameters

Name Type Description
item WebMap The NAnt.VSNet.Types.WebMap to remove from the collection.

Return Value

Type Description
void