DictionaryBase
public int Count {
get; }
public object this[
object key] {
get;
set; }
public void Add(
object key,
object value)
protected void LogError(
Exception ex,
string messageTemplate,
object[]
propertyValues)
public void Remove(
object key)