Click or drag to resize
DynamicTomlIsDefined Method (Int32)
Determines whether the element of the specified index has been defined.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool IsDefined(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Boolean
true if the element has been defined.
See Also