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 (
TFirst
,
TSecond
)
Find the
TSecond
corresponding to the
TFirst
.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
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
Reference
BiDictionary
TFirst, TSecond
Class
TryGet Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com