PropertyBag public class PropertyBag : IPropertyBag, IXmlNodeBuilder Documentation Code public IList this[string key] { get; set; } public ICollection<string> Keys { get; } public PropertyBag() public void Add(string key, object value) public TNode AddToXml(TNode parentNode, bool recursive) public bool ContainsKey(string key) public object Get(string key) public void Set(string key, object value) public TNode ToXml(bool recursive)