Click or drag to resize
UserRemove Method (KeyValuePairString, String)
Inherited from IDictionary.

Namespace: Oracle.Cloud.Mobile.Authorization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public bool Remove(
	KeyValuePair<string, string> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, String

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also