Click or drag to resize
JsonObjectContains Method
Determines whether the collection contains a specific value.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
protected bool Contains(
	KeyValuePair<string, JsonValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, JsonValue
The item to locate in the object.

Return Value

Type: Boolean
true if item is found in the object, false otherwise

Implements

ICollectionTContains(T)
See Also