Click or drag to resize

BiDictionaryTFirst, TSecondTryGet Method (TFirst, TSecond)

Find the TSecond corresponding to the TFirst.

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

Parameters

first
Type: TFirst
second
Type: TSecond

Return Value

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