Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
BiDictionary(TFirst, TSecond) Class
BiDictionary(TFirst, TSecond) Methods
Add Method
Clear Method
Get Method
Remove Method
TryAdd Method
TryGet Method
TryRemove Method
BiDictionary
TFirst
,
TSecond
Add Method
Tries to add a pair to the dictionary.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Add
( TFirst
first
, TSecond
second
)
Request Example
View Source
Parameters
first
Type:
TFirst
second
Type:
TSecond
Exceptions
Exception
Condition
ArgumentException
Throws an exception if either element is already in the dictionary.
See Also
Reference
BiDictionary
TFirst, TSecond
Class
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com