Kind of node, used to determine the type of node.
Missing <remarks> documentation for T:Yaml.NodeType
| Member Name | Description |
|---|---|
| Mapping | A Yaml mapping - collection type |
| Sequence | A Yaml sequence - collection type |
| Binary | A Yaml binary scalar |
| Boolean | A Yaml boolean scalar |
| Float | A Yaml float scalar |
| Integer | A Yaml integer scalar |
| Null | A Yaml null scalar |
| String | A Yaml string scalar |
| Timestamp | A Yaml timestamp scalar |
Namespace: Yaml
Assembly: Yaml (in Yaml.dll)