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. YamlContainer

    YamlContainer Class

    Definition

    Namespace SharpYaml.Model
    Assembly SharpYaml.dll
    Inherits Object → YamlNode → YamlElement
    Derived SharpYaml.Model.YamlMapping, SharpYaml.Model.YamlSequence
    View source
    Show inherited members (19)
    • SharpYaml.Model.YamlElement.Anchor
    • SharpYaml.Model.YamlElement.Tag
    • SharpYaml.Model.YamlElement.IsCanonical
    • 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 Container.

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

    Properties (2)

    IsImplicitGets or sets is Implicit.
    StyleGets or sets style.

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