The UniValueCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the collection.
|
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only. Always false.
|
![]() | Item Int32 |
Gets or sets the element at the specified index.
|
![]() | Item String |
Gets or sets the value associated with the specified key.
|
![]() | Items |
Gets or sets items of the collection.
|
![]() | Keys |
Gets a collection containing the keys in the collection.
|
![]() | Parent |
The reference to parent.
|
![]() | Values |
Gets a collection containing the values in the collection.
|
See Also