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.3179.0 (4.8.3179.0)
Syntax
C#
public bool Contains(
	string key
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Main.Services.Properties.Contains(System.String)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.Services.Properties.Contains(System.String)"]

See Also