<PackageReference Include="Relativity.Kepler.Client.SDK" Version="2.23.1" />

ComponentDependencyRegistrationExtensions

public static IDictionary Insert(this IDictionary arguments, string key, object value)

public static IDictionary Insert(this IDictionary arguments, Type dependencyType, object value)

public static IDictionary InsertAnonymous(this IDictionary arguments, object namedArgumentsAsAnonymousType)

public static IDictionary InsertTyped<TDependencyType>(this IDictionary arguments, TDependencyType value)

public static IDictionary InsertTypedCollection(this IDictionary arguments, object[] typedArgumentsArray)