Click or drag to resize

BiDictionaryTFirst, TSecondTryRemove Method (TFirst)

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

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

Parameters

first
Type: TFirst

Return Value

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