<PackageReference Include="Relativity.ObjectManager" Version="12.1.171.20" />
ReflectionBasedDictionaryAdapter
public int Count {
get; }
public object this[
object key] {
get;
set; }
public static void Read(
IDictionary targetDictionary,
object valuesAsAnonymousObject)
public void Add(
object key,
object value)
public void Remove(
object key)