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

OrderedDictionaryKeyValueCollection() public method

public OrderedDictionaryKeyValueCollection ( ArrayList array, bool isKeys ) : System.Diagnostics
array ArrayList
isKeys bool
return System.Diagnostics
            public OrderedDictionaryKeyValueCollection(ArrayList array, bool isKeys)
            {
                _objects = array;
                _isKeys = isKeys;
            }
OrderedDictionary.OrderedDictionaryKeyValueCollection