| TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueGetValue Method |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public TValue GetValue(
TKey level0Key,
TKey level1Key
)
Public Function GetValue (
level0Key As TKey,
level1Key As TKey
) As TValue
Parameters
- level0Key
- Type: TKey
- level1Key
- Type: TKey
Return Value
Type:
TValueSee Also