Click or drag to resize

BiDictionaryTFirst, TSecondGet Method (TFirst)

Find the TSecond corresponding to a TFirst.

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

Parameters

first
Type: TFirst

Return Value

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