System.Collections.ListDictionaryInternal.NodeKeyValueCollection.NodeKeyValueEnumerator.NodeKeyValueEnumerator C# (CSharp) Method

NodeKeyValueEnumerator() public method

public NodeKeyValueEnumerator ( ListDictionaryInternal list, bool isKeys )
list ListDictionaryInternal
isKeys bool
                public NodeKeyValueEnumerator(ListDictionaryInternal list, bool isKeys) {
                    this.list = list;
                    this.isKeys = isKeys;
                    this.version = list.version;
                    this.start = true;
                    this.current = null;
                }
ListDictionaryInternal.NodeKeyValueCollection.NodeKeyValueEnumerator