AttributeDictionary public class AttributeDictionary : Dictionary<string, string> Class used to represent the attributes of a node Documentation Code public string this[string key] { get; } Gets or sets the value associated with the specified key. public AttributeDictionary()