Click or drag to resize

BiDictionaryTFirst, TSecondTryRemove Method (TSecond)

Remove the pair containing a TSecond, if there is one.

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

Parameters

second
Type: TSecond

Return Value

Type: Boolean
If second is not in the dictionary, returns , otherwise .
See Also