Bamboo.Prevalence.XPath.XPathObjectNavigator.XPathObjectNavigator C# (CSharp) Метод

XPathObjectNavigator() публичный Метод

copy constructor.
public XPathObjectNavigator ( XPathObjectNavigator other ) : System
other XPathObjectNavigator navigator to be copied
Результат 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