UniValueCollection MethodsNemiro.OAuth

The UniValueCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(KeyValuePair String, UniValue )
Adds the specified item to the UniValueCollection.
Public methodAdd(String, UniValue)
Adds the specified key and value to the collection.
Public methodClear
Removes all items from the collection.
Public methodContains
Determines whether the collection contains a specific value.
Public methodContainsKey
Determines whether the collection contains the specified key.
Public methodCopyTo
[Is not implemented] Copies the elements of the collection to an Array, starting at a particular Array index.
Public methodEquals
Determines whether two object instances are equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(KeyValuePair String, UniValue )
Removes the first occurrence of a specific object from the collection.
Public methodRemove(String)
Removes the value with the specified key from the collection.
Public methodToString
Returns a string that represents the current UniValueCollection.
(Overrides Object ToString .)
Public methodTryGetValue
Gets the value associated with the specified key.
Top
See Also