Key

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

Syntax

C#
public IComparable Key { get; set; }
Visual Basic
Public Property Key As IComparable
	Get
	Set
Visual C++
public:
property IComparable^ Key {
	IComparable^ get ();
	void set (IComparable^ value);
}

See Also