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

Add() 공개 메소드

Adds a Category to the end of the collection.
public Add ( Category item ) : int
item Category The to be added to the end of the collection.
리턴 int
        public int Add(Category item)
        {
            return base.List.Add(item);
        }