Click or drag to resize

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

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

Parameters

level0Key
Type: TKey
level1Key
Type: TKey
value
Type: TValue

Return Value

Type: Boolean
See Also