PresentationCollectionBase<T> Properties
The base collection class.| Name | Description |
|---|---|
| Count | Returns the number of items in the collection. |
| IsReadOnly | Indicates whether the collection is read-only. |
| Item[Int32] | Gets or sets the item at the specified index. |
See Also