UniValueCollection Remove Method (String)Nemiro.OAuth
Removes the value with the specified key 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(
	string key
)

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false.

Implements

IDictionary TKey, TValue  Remove(TKey)
See Also