Click or drag to resize

BiDictionaryTFirst, TSecondRemove Method (TFirst)

Remove the pair corresponding to a TFirst.

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

Parameters

first
Type: TFirst
Exceptions
ExceptionCondition
ArgumentExceptionThrows an exception if the TFirst is not in the dictionary.
See Also