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

this() private méthode

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

Same methods

XmlElementCollection::this ( uint index ) : XmlElement