Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
BiDictionary(TFirst, TSecond) Class
BiDictionary(TFirst, TSecond) Methods
TryGet Method
TryGet Method (TFirst, TSecond)
TryGet Method (TSecond, TFirst)
BiDictionary
TFirst
,
TSecond
TryGet 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#
Copy
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
Reference
BiDictionary
TFirst, TSecond
Class
TryGet Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com