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