System.CodeDom.CodeTypeDeclarationCollection.this C# (CSharp) Метод

this() публичный Метод

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