NAnt.NUnit2.Types.CategoryCollection.this C# (CSharp) Метод

this() приватный Метод

private this ( int index ) : Category
index int
Результат Category
        public Category this[int index]
        {
            get {return ((Category)(base.List[index]));}
            set {base.List[index] = value;}
        }

Same methods

CategoryCollection::this ( string value ) : Category