Click or drag to resize
DynamicTomlIsDefined Method (String)
Determines whether the specified key has been defined.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool IsDefined(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
true if the property named the specified key has been defined.
See Also