ReflectionBasedDictionaryAdapter public sealed class ReflectionBasedDictionaryAdapter : IDictionary, ICollection, IEnumerable Documentation public int Count { get; } public bool IsReadOnly { get; } public bool IsSynchronized { get; } public object this[object key] { get; set; } public ICollection Keys { get; } public object SyncRoot { get; } public ICollection Values { get; } public ReflectionBasedDictionaryAdapter(object target) public void Add(object key, object value) public void Clear() public bool Contains(object key) public IEnumerator GetEnumerator() public void Remove(object key)