Typed |
The TypedCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of items in collection. | |
| IsFixedSize | Gets a value indicating whether the collection has a fixed size. | |
| IsReadOnly | Gets a value indicating whether the collection is read-only. | |
| IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
| ItemInt32 | Gets or sets the item at the specified index. | |
| ItemString | Gets the item with the provided unique name. | |
| SyncRoot | Gets an object that can be used to synchronize access to the collection. |