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

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

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