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

ObjectNavigatorStateDictionary() приватный Метод

private ObjectNavigatorStateDictionary ( ObjectNavigationContext context, ObjectNavigatorState parent, object node, string name ) : System
context ObjectNavigationContext
parent ObjectNavigatorState
node object
name string
Результат System
		internal ObjectNavigatorStateDictionary(ObjectNavigationContext context, ObjectNavigatorState parent, object node, string name) :
			base(context, parent, node, name)
		{
			_dictionary = (IDictionary)node;
			_children = new ArrayList(_dictionary.Keys);
		}