Click or drag to resize

translationTableTKey, TValuegetValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the value.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual TValue getValue(
	TKey key,
	TValue notfound
)
Request Example View Source

Parameters

key
Type: TKey
The key.
notfound
Type: TValue
The notfound.

Return Value

Type: TValue
See Also