Represents the Yaml Sequence.
public class YamlSequence : YamlContainer, IList<YamlElement>, ICollection<YamlElement>, IEnumerable<YamlElement>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlSequence()Initializes a new instance of this type.AnchorGets anchor.CountGets count.IsCanonicalGets a value indicating whether is Canonical.IsImplicitGets is Implicit.IsReadOnlyGets a value indicating whether is Read Only.Item[Int32]Gets or sets an element at the specified index.SequenceStartGets sequence Start.StyleGets style.TagGets tag.TrackerGets tracker.Add(YamlElement)Adds an item.Clear()Removes all elements from the collection.Contains(YamlElement)Determines whether a value exists.CopyTo(YamlElement[], Int32)Copies the elements to an array starting at the specified index.DeepClone(YamlNodeTracker?)Creates a deep clone of the current value.GetEnumerator()Gets enumerator.IndexOf(YamlElement)Gets the zero-based index of the specified item.Insert(Int32, YamlElement)Inserts an item at the specified index.Load(EventReader, YamlNodeTracker?)Loads data.Remove(YamlElement)Removes an item.RemoveAt(Int32)Removes at.