Click or drag to resize

BiDictionaryTFirst, TSecondRemove Method (TSecond)

Remove the pair corresponding to a TSecond.

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

Parameters

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