ProjectEntryCollection.

Remove(ProjectEntry) Method

Summary

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

Syntax

public void Remove(ProjectEntry item)

Parameters

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

Return Value

Type Description
void