SharpYaml Home
  1. Home
  2. Docs
  3. API
    1. NuGet
    2. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. SharpYaml.Model
    4. YamlElement

    YamlElement Class

    Definition

    Namespace SharpYaml.Model
    Assembly SharpYaml.dll
    Inherits Object → YamlNode
    Derived SharpYaml.Model.YamlContainer, SharpYaml.Model.YamlValue
    View source
    Show inherited members (16)
    • SharpYaml.Model.YamlNode.Tracker
    • SharpYaml.Model.YamlNode.ReadElement(SharpYaml.EventReader, SharpYaml.Model.YamlNodeTracker?)
    • SharpYaml.Model.YamlNode.EnumerateEvents()
    • SharpYaml.Model.YamlNode.WriteTo(System.IO.TextWriter, System.Boolean)
    • SharpYaml.Model.YamlNode.WriteTo(SharpYaml.IEmitter, System.Boolean)
    • SharpYaml.Model.YamlNode.ToString()
    • SharpYaml.Model.YamlNode.ToObject<T>(SharpYaml.YamlSerializerOptions?)
    • SharpYaml.Model.YamlNode.ToObject(System.Type, SharpYaml.YamlSerializerOptions?)
    • SharpYaml.Model.YamlNode.FromObject(System.Object, SharpYaml.YamlSerializerOptions?, System.Type?)
    • SharpYaml.Model.YamlNode.DeepClone(SharpYaml.Model.YamlNodeTracker?)
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)

    Represents the Yaml Element.

    public abstract class YamlElement : YamlNode
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Properties (3)

    AnchorGets or sets anchor.
    IsCanonicalGets is Canonical.
    TagGets or sets tag.

    Copyright © 2026, Alexandre Mutel aka xoofx - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages