System.Xml.Schema.XmlSchemaObjectCollection.this C# (CSharp) Method

this() public method

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