<PackageReference Include="castle.core" Version="2.5.1" />

AbstractDictionaryAdapter

public int Count { get; }

public bool IsFixedSize { get; }

public abstract bool IsReadOnly { get; }

public virtual bool IsSynchronized { get; }

public abstract object this[object key] { get; set; }

public ICollection Keys { get; }

public virtual object SyncRoot { get; }

public ICollection Values { get; }

public void Add(object key, object value)

public void Clear()

public abstract bool Contains(object key)

public void CopyTo(Array array, int index)

public void Remove(object key)