<PackageReference Include="System.Collections.Specialized" Version="4.0.1" />
System.Collections.Specialized.ListDictionary
public int Count {
get; }
public object this[
object key] {
get;
set; }
public void Add(
object key,
object value)
public void Remove(
object key)