NAnt.NUnit2.Types.CategoryCollection.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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