IElementMap public interface IElementMap : IEnumerable<KeyValuePair<string, IElement>>, IEnumerable Represents a set of name-element mappings. Documentation Code IElement this[string name] { get; set; } Gets or sets an element in the dictionary. void Remove(string name) Deletes the element with the given name from the map.