System.Xml.DocumentXPathNodeIterator_ElemDescendants.SetPosition C# (CSharp) Method

SetPosition() protected method

protected SetPosition ( int pos ) : void
pos int
return void
        protected void SetPosition( int pos ) {
            position = pos;
        }