Namespace: System.util.collections
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void Remove(
	IComparable key
)
Visual Basic
Public Sub Remove ( _
	key As IComparable _
)
Visual C++
public:
void Remove(
	IComparable^ key
)

Parameters

key
Type: System..::..IComparable

See Also