NAnt.NUnit2.Types.CategoryCollection.Remove C# (CSharp) Méthode

Remove() public méthode

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