Click or drag to resize

ConfigurationDictionaryTKey, TValueContains Method

Determines whether the ICollectionT contains a specific value.

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item  KeyValuePairTKey, TValue
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)
See Also