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.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
string key
)
Parameters
- key String
- The key to look up.
Return Value
Boolean if the key exists; otherwise,
.
See Also