ICollection(KeyValuePair(String, Object)).Contains Method

ExpandoObject.ICollection<KeyValuePair<String, Object>>.Contains Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether the ICollection<T> contains a specific key and value.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

bool ICollection<KeyValuePair<string, Object>>.Contains(
	KeyValuePair<string, Object> item
)

Return Value

Type: System.Boolean
true if the collection contains a specific key and value; otherwise, false.

Implements

ICollection<T>.Contains(T)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft