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

Syntax

C#
public bool ContainsKey(
	string key
)
Visual Basic
Public Function ContainsKey ( _
	key As String _
) As Boolean
Visual C++
public:
bool ContainsKey(
	String^ key
)

Parameters

key
Type: System..::..String

See Also