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

Syntax

C#
public Object GetData(
	IComparable key
)
Visual Basic
Public Function GetData ( _
	key As IComparable _
) As Object
Visual C++
public:
Object^ GetData(
	IComparable^ key
)

Parameters

key
Type: System..::..IComparable

See Also