Click or drag to resize

BiDictionaryTFirst, TSecondAdd Method

Tries to add a pair to the dictionary.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void Add(
	TFirst first,
	TSecond second
)
Request Example View Source

Parameters

first
Type: TFirst
second
Type: TSecond
Exceptions
ExceptionCondition
ArgumentExceptionThrows an exception if either element is already in the dictionary.
See Also