KeyedCollection Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. |
| Count | Gets the number of elements actually contained in the Collection. (inherited from Collection) |
| Item | Overloaded. Gets the element with the specified key. |
| Name | Description | |
|---|---|---|
| Dictionary | Gets the lookup dictionary of the KeyedCollection. |
| Items | Gets a IList wrapper around the Collection. (inherited from Collection) |