System.Xml.Schema.XmlSchemaObjectCollection.this C# (CSharp) Méthode

this() public méthode

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