Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueTryGetValue Method (TKey, TLevel1)

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public bool TryGetValue(
	TKey key,
	out TLevel1 value
)

Parameters

key
Type: TKey
value
Type: TLevel1

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also