Click or drag to resize

OrderedKeyValuePairsTKey, TValue Properties

This is preliminary documentation and is subject to change.

The OrderedKeyValuePairsTKey, TValue type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionKeyValuePairTKey, TValue)
Public propertyItemInt32Gets or sets the element at the specified index.
(Inherited from CollectionKeyValuePairTKey, TValue)
Public propertyItemTKey 
Protected propertyItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionKeyValuePairTKey, TValue)
Public propertyKeyComparer 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIListIsFixedSizeGets a value indicating whether the IList has a fixed size.
(Inherited from CollectionKeyValuePairTKey, TValue)
Explicit interface implementationPrivate propertyICollectionTIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from CollectionKeyValuePairTKey, TValue)
Explicit interface implementationPrivate propertyIListIsReadOnlyGets a value indicating whether the IList is read-only.
(Inherited from CollectionKeyValuePairTKey, TValue)
Explicit interface implementationPrivate propertyICollectionIsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionKeyValuePairTKey, TValue)
Explicit interface implementationPrivate propertyIListItemGets or sets the element at the specified index.
(Inherited from CollectionKeyValuePairTKey, TValue)
Explicit interface implementationPrivate propertyICollectionSyncRootGets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionKeyValuePairTKey, TValue)
Top
See Also