System.CodeDom.CodeTypeDeclarationCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : CodeTypeDeclaration
index int
Résultat CodeTypeDeclaration
        public CodeTypeDeclaration this[int index] {
            get {
                return ((CodeTypeDeclaration)(List[index]));
            }
            set {
                List[index] = value;
            }
        }