YAML document object model (DOM) for inspecting and authoring YAML dynamically.
ChildChangedEventArgs<TParent, TChild>Represents the Child Changed Event Args.ChildEventArgs<TParent, TChild>Represents the Child Event Args.DocumentContentsChangedRepresents the Document Contents Changed.DocumentEndChangedRepresents the Document End Changed.DocumentStartChangedRepresents the Document Start Changed.MappingPairAddedRepresents the Mapping Pair Added.MappingPairChangedRepresents the Mapping Pair Changed.MappingPairRemovedRepresents the Mapping Pair Removed.MappingStartChangedRepresents the Mapping Start Changed.PathTrieRepresents the Path Trie.PropertyChangedEventArgs<TNode, TProperty>Represents the Property Changed Event Args.ScalarPropertiesChangedRepresents the Scalar Properties Changed.ScalarValueChangedRepresents the Scalar Value Changed.SequenceElementAddedRepresents the Sequence Element Added.SequenceElementChangedRepresents the Sequence Element Changed.SequenceElementRemovedRepresents the Sequence Element Removed.SequenceStartChangedRepresents the Sequence Start Changed.StreamDocumentAddedRepresents the Stream Document Added.StreamDocumentChangedRepresents the Stream Document Changed.StreamDocumentRemovedRepresents the Stream Document Removed.TrackerEventArgsRepresents the Tracker Event Args.YamlContainerRepresents the Yaml Container.YamlDocumentRepresents the Yaml Document.YamlElementRepresents the Yaml Element.YamlMappingRepresents the Yaml Mapping.YamlNodeRepresents the Yaml Node.YamlNodeEventEnumeratorRepresents the Yaml Node Event Enumerator.YamlNodeTrackerRepresents the Yaml Node Tracker.YamlSequenceRepresents the Yaml Sequence.YamlStreamRepresents the Yaml Stream.YamlValueRepresents the Yaml Value.ChildIndexRepresents the Child Index value type.PathRepresents the Path value type.TrackerEventTypeDefines the Tracker Event Type enumeration.Use these types when you want a structured representation (mappings, sequences, scalars) that can be created and modified in memory.
Unlike SharpYaml.Syntax, the model APIs are not designed to preserve formatting/comments for perfect roundtrip.