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; }
        }