The following tables list the members exposed by UniqueValue.
Name | Description | |
---|---|---|
![]() ![]() | NullString | Null string used when null value is used as unique value. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection. |
![]() | Item | Gets the element with the specified key. |
![]() | Keys | Gets an ICollection containing the keys of the IDictionary. |
![]() | Values | Gets an ICollection containing the values in the IDictionary. |
Name | Description | |
---|---|---|
![]() | ContainsKey | Determines whether the IDictionary contains an element with the specified key. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | ToString | Overridden. Returns a String that represents the current UniqueValue. |
![]() | TryGetValue | Gets the value associated with the specified key. |