DynamicTomlIsDefined Method (String) |
Determines whether the specified key has been defined.
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsDefined(
string key
)
Public Function IsDefined (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
The key.
Return Value
Type:
Booleantrue if the property named the specified key has been defined.
See Also