Represents the Yaml Stream.
public class YamlStream : YamlNode, IList<YamlDocument>, ICollection<YamlDocument>, IEnumerable<YamlDocument>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlStream(YamlNodeTracker?)Initializes a new instance of this type.CountGets count.IsReadOnlyGets a value indicating whether is Read Only.Item[Int32]Gets or sets an element at the specified index.TrackerGets tracker.Add(YamlDocument)Adds an item.Clear()Removes all elements from the collection.Contains(YamlDocument)Determines whether a value exists.CopyTo(YamlDocument[], 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(YamlDocument)Gets the zero-based index of the specified item.Insert(Int32, YamlDocument)Inserts an item at the specified index.Load(EventReader, YamlNodeTracker?)Loads data.Load(TextReader, YamlNodeTracker?)Loads data.Remove(YamlDocument)Removes an item.RemoveAt(Int32)Removes at.