NAnt.VSNet.ProjectBaseCollection.Remove C# (CSharp) Méthode

Remove() public méthode

Removes a member from the collection.
public Remove ( ProjectBase item ) : void
item ProjectBase The to remove from the collection.
Résultat void
        public void Remove(ProjectBase item)
        {
            base.List.Remove(item);
        }

Same methods

ProjectBaseCollection::Remove ( string guid ) : void