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

this() private méthode

private this ( uint index ) : XmlElement
index uint
Résultat XmlElement
        public XmlElement this[uint index]
        {
            get {
                return null;
            }
        }

Same methods

XmlElementCollection::this ( string name ) : XmlElement