Click or drag to resize

translationTableTKey, TValuegetKey Method

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

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

Parameters

value
Type: TValue
The value.
notfound
Type: TKey
The notfound.

Return Value

Type: TKey
See Also