Bamboo.Prevalence.XPath.XPathObjectNavigator.XPathObjectNavigator C# (CSharp) Méthode

XPathObjectNavigator() public méthode

copy constructor.
public XPathObjectNavigator ( XPathObjectNavigator other ) : System
other XPathObjectNavigator navigator to be copied
Résultat System
		public XPathObjectNavigator(XPathObjectNavigator other)
		{
			_context = other._context;
			_state = other._state;
			_root = other._root;
			_lang = other._lang;
		}

Same methods

XPathObjectNavigator::XPathObjectNavigator ( object node ) : System
XPathObjectNavigator::XPathObjectNavigator ( object node, string nodeName ) : System