Click or drag to resize

BiDictionaryTFirst, TSecondTryGet Method (TSecond, TFirst)

Find the TFirst corresponding to the TSecond.

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

Parameters

second
Type: TSecond
first
Type: TFirst

Return Value

Type: Boolean
if second is in the dictionary, otherwise .
See Also