C# Class System.Collections.Specialized.OrderedDictionary.OrderedDictionaryKeyValueCollection

Inheritance: ICollection
Show file Open project: dotnet/corefx

Private Properties

Property Type Description
ICollection void
IEnumerable IEnumerator

Public Methods

Method Description
OrderedDictionaryKeyValueCollection ( ArrayList array, bool isKeys ) : System.Diagnostics

Private Methods

Method Description
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator

Method Details

OrderedDictionaryKeyValueCollection() public method

public OrderedDictionaryKeyValueCollection ( ArrayList array, bool isKeys ) : System.Diagnostics
array ArrayList
isKeys bool
return System.Diagnostics