Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueContains Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public bool Contains(
	KeyValuePair<TKey, TLevel1> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TLevel1

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
See Also