Mvp.Xml.Common.XPath.XPathNavigatorIterator.this C# (CSharp) 메소드

this() 공개 메소드

Gets or sets the element at the specified index
public this ( int index ) : XPathNavigator
index int
리턴 System.Xml.XPath.XPathNavigator
        public XPathNavigator this[int index]
        {
            get { return _navigators[index]; }
            set { _navigators[index] = value; }
        }