The UniValueCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(KeyValuePair String, UniValue ) |
Adds the specified item to the UniValueCollection.
| |
| Add(String, UniValue) |
Adds the specified key and value to the collection.
| |
| Clear |
Removes all items from the collection.
| |
| Contains |
Determines whether the collection contains a specific value.
| |
| ContainsKey |
Determines whether the collection contains the specified key.
| |
| CopyTo | ||
| Equals |
Determines whether two object instances are equal.
| |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove(KeyValuePair String, UniValue ) |
Removes the first occurrence of a specific object from the collection.
| |
| Remove(String) |
Removes the value with the specified key from the collection.
| |
| ToString |
Returns a string that represents the current UniValueCollection.
(Overrides Object ToString .) | |
| TryGetValue |
Gets the value associated with the specified key.
|
See Also