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
TryAdd Method
Tries to add the pair to the dictionary.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
bool
TryAdd
( TFirst
first
, TSecond
second
)
Request Example
View Source
Parameters
first
Type:
TFirst
second
Type:
TSecond
Return Value
Type:
Boolean
if successfully added,
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