Represents the Yaml Node.
public abstract class YamlNode
kind:method, kind:property, kind:ctor. Press Esc to clear.TrackerGets or sets tracker.DeepClone(YamlNodeTracker?)Creates a deep clone of the current value.EnumerateEvents()Enumerates parsing events for this YAML node.FromObject(Object, YamlSerializerOptions?, Type?)Creates a YAML element from an object.ReadElement(EventReader, YamlNodeTracker?)Reads the next YAML element from the event stream.ToObject(Type, YamlSerializerOptions?)Converts this YAML node to an object.ToObject<T>(YamlSerializerOptions?)Converts this node to an instance of T.ToString()Returns a string representation of the current instance.WriteTo(IEmitter, Boolean)Writes to.WriteTo(TextWriter, Boolean)Writes to.