System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator.OrderedDictionaryEnumerator C# (CSharp) Method

OrderedDictionaryEnumerator() private method

private OrderedDictionaryEnumerator ( ArrayList array, int objectReturnType ) : System.Diagnostics
array System.Collections.ArrayList
objectReturnType int
return System.Diagnostics
            internal OrderedDictionaryEnumerator(ArrayList array, int objectReturnType)
            {
                _arrayEnumerator = array.GetEnumerator();
                _objectReturnType = objectReturnType;
            }
OrderedDictionary.OrderedDictionaryEnumerator