Mvp.Xml.Common.XPath.XPathNavigatorIterator.this C# (CSharp) Méthode

this() public méthode

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