UniqueTypeList<T> Properties
A list of unique items of the specified type.| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the list. |
| IsReadOnly | Indicates whether the list is read-only. |
| Item[Int32] | Gets or sets the element at the specified index in the list. |
See Also