Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
KeyedCollectionBase<T> Class Members
The following tables list the members exposed by KeyedCollectionBase<T>.
Protected Fields
| Name | Description |
| table | Dictionary of (string, T) |
Public Properties
| Name | Description |
| Count | Returns the number of items in this collection. |
| Item | Returns the item with the specified unique name, or null if no such item exists. |
See Also