Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
BiDictionary(TFirst, TSecond) Class
BiDictionary(TFirst, TSecond) Methods
Get Method
Get Method (TFirst)
Get Method (TSecond)
BiDictionary
TFirst
,
TSecond
Get Method (
TSecond
)
Find the
TFirst
corresponding to a
TSecond
.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
TFirst
Get
( TSecond
second
)
Request Example
View Source
Parameters
second
Type:
TSecond
Return Value
Type:
TFirst
Exceptions
Exception
Condition
ArgumentException
Throws an exception if the
TSecond
is not in the dictionary.
See Also
Reference
BiDictionary
TFirst, TSecond
Class
Get Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com