NAnt.NUnit2.Types.CategoryCollection.this C# (CSharp) Method

this() private method

private this ( int index ) : Category
index int
return Category
        public Category this[int index]
        {
            get {return ((Category)(base.List[index]));}
            set {base.List[index] = value;}
        }

Same methods

CategoryCollection::this ( string value ) : Category