Checks if the object is contained in the collection using its key

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ContainsKey(
	string key
)
Visual Basic
Public Function ContainsKey ( _
	key As String _
) As Boolean
JScript
public function ContainsKey(
	key : String
) : boolean

Parameters

key
Type: System..::..String

See Also