System.Xml.XmlNodeList.this C# (CSharp) Method

this() private method

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