DynamicTomlIsDefined Method (Int32) |
Determines whether the element of the specified index has been defined.
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsDefined(
int index
)
Public Function IsDefined (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
Booleantrue if the element has been defined.
See Also