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

this() private méthode

private this ( int index ) : XmlNode
index int
Résultat XmlNode
        public XmlNode this[int index]
        {
            get {
                return default(XmlNode);
            }
        }