Tests if the key exists in the dictionary.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public bool ContainsKey(
	string key
)

Parameters

key
Type: System..::.String
The key to test

Return Value

True if the key is defined in the dictionary.

See Also