Click or drag to resize

PropertiesContains Method

Gets whether this properties instance contains any entry (value, list, or nested container) with the specified key.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	string key
)

Parameters

key  String
The key to look up.

Return Value

Boolean
if the key exists; otherwise, .
See Also