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

    SequenceElementAdded Class

    Definition

    Namespace SharpYaml.Model
    Assembly SharpYaml.dll
    Inherits Object → EventArgs → TrackerEventArgs → ChildEventArgs<TParent, TChild>
    View source
    Show inherited members (13)
    • SharpYaml.Model.ChildEventArgs<TParent, TChild>.Node
    • SharpYaml.Model.ChildEventArgs<TParent, TChild>.Child
    • SharpYaml.Model.ChildEventArgs<TParent, TChild>.Index
    • SharpYaml.Model.TrackerEventArgs.Node
    • SharpYaml.Model.TrackerEventArgs.ParentPaths
    • System.EventArgs.Empty
    • 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?)
    • System.Object.ToString()

    Represents the Sequence Element Added.

    public class SequenceElementAdded : ChildEventArgs<YamlSequence, YamlElement>
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    SequenceElementAdded(YamlSequence, IList<Path>, YamlElement, Int32)Initializes a new instance of this type.

    Properties (1)

    EventTypeGets event Type.

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