Yaml .NET Parser

NodeType Enumeration

Kind of node, used to determine the type of node.

public enum NodeType

Remarks

Missing <remarks> documentation for T:Yaml.NodeType

Members

Member Name Description
MappingA Yaml mapping - collection type
SequenceA Yaml sequence - collection type
BinaryA Yaml binary scalar
BooleanA Yaml boolean scalar
FloatA Yaml float scalar
IntegerA Yaml integer scalar
NullA Yaml null scalar
StringA Yaml string scalar
TimestampA Yaml timestamp scalar

Requirements

Namespace: Yaml

Assembly: Yaml (in Yaml.dll)

See Also

Yaml Namespace