System.Xml.DocumentXPathNodeIterator_ElemDescendants.SetPosition C# (CSharp) Méthode

SetPosition() protected méthode

protected SetPosition ( int pos ) : void
pos int
Résultat void
        protected void SetPosition( int pos ) {
            position = pos;
        }