UniValueCollection Remove Method (KeyValuePair String, UniValue )Nemiro.OAuth
Removes the first occurrence of a specific object from the collection.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public bool Remove(
	KeyValuePair<string, UniValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair String, UniValue 
The object to remove from the collection.

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
See Also