Click or drag to resize

BiDictionaryTFirst, TSecondTryAdd Method

Tries to add the pair to the dictionary.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
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