ImmutableKeyedCollectionBase Class Members
In This Topic
The following tables list the members exposed by ImmutableKeyedCollectionBase.
Public Constructors
Public Properties
| Name | Description |
 | Count | Gets a number of element in the collection. |
 | IsSynchronized | Implements the IList.IsSynchronized property. |
 | SyncRoot | Implements the IList.SyncRoot property. |
Top
Public Methods
| Name | Description |
 | CopyTo | Copies the collection items to the specified array starting from the specified index in the target array. |
 | IndexOfKey | Gets and index of an item with the specified key. |
Top
See Also