Click or drag to resize

UnorderedKeyedMultiCollectionTKey, TItem Properties

This is preliminary documentation and is subject to change.

The UnorderedKeyedMultiCollectionTKey, TItem type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
Public propertyItem Gets a read-only view of the items with the specified key.
Public propertyKeys Gets a read-only view of the key collection.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyICollectionIsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
Explicit interface implementationPrivate propertyICollectionSyncRootGets an object that can be used to synchronize access to the ICollection.
Top
See Also