Represents the Yaml Mapping.
public class YamlMapping : YamlContainer, IDictionary<YamlElement, YamlElement?>, IList<KeyValuePair<YamlElement, YamlElement?>>, ICollection<KeyValuePair<YamlElement, YamlElement?>>, IEnumerable<KeyValuePair<YamlElement, YamlElement?>>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlMapping()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[YamlElement]Gets or sets an element at the specified index.Item[Int32]Gets or sets an element at the specified index.Item[String]Gets or sets an element at the specified index.KeysGets keys.MappingStartGets mapping Start.StyleGets style.TagGets tag.TrackerGets tracker.ValuesGets values.Add(YamlElement, YamlElement?)Adds an item.Clear()Removes all elements from the collection.ContainsKey(YamlElement)Determines whether key.ContainsKey(String)Determines whether key.DeepClone(YamlNodeTracker?)Creates a deep clone of the current value.GetEnumerator()Gets enumerator.IndexOf(KeyValuePair<YamlElement, YamlElement?>)Gets the zero-based index of the specified item.Insert(Int32, KeyValuePair<YamlElement, YamlElement?>)Inserts an item at the specified index.Load(EventReader, YamlNodeTracker?)Loads data.Remove(YamlElement)Removes an item.Remove(String)Removes an item.RemoveAt(Int32)Removes at.TryGetValue(YamlElement, out YamlElement)Tries to get Value.TryGetValue(String, out YamlElement)Tries to get Value.