Add args: ByVal key As IComparable, ByVal data As Object key is object that implements IComparable interface performance tip: change to use use int type (such as the hashcode)

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

Collapse imageSyntax

C#
public void Add(
	IComparable key,
	Object data
)
Visual Basic
Public Sub Add ( _
	key As IComparable, _
	data As Object _
)
Visual C++
public:
void Add(
	IComparable^ key, 
	Object^ data
)

Parameters

key
Type: System..::..IComparable
data
Type: System..::..Object

Collapse imageSee Also