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 (
TFirst
)
Find the
TSecond
corresponding to a
TFirst
.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
TSecond
Get
( TFirst
first
)
Request Example
View Source
Parameters
first
Type:
TFirst
Return Value
Type:
TSecond
Exceptions
Exception
Condition
ArgumentException
Throws an exception if the
TFirst
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