System.Xml.XmlNodeList.this C# (CSharp) 메소드

this() 개인적인 메소드

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