PropertiesContains Method |
Gets whether this properties instance contains any entry (value, list, or nested container)
with the specified key.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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