Click or drag to resize

BiDictionaryTFirst, TSecondGet Method (TSecond)

Find the TFirst corresponding to a TSecond.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public TFirst Get(
	TSecond second
)
Request Example View Source

Parameters

second
Type: TSecond

Return Value

Type: TFirst
Exceptions
ExceptionCondition
ArgumentExceptionThrows an exception if the TSecond is not in the dictionary.
See Also