<PackageReference Include="Castle.Windsor" Version="2.5.4" />

Arguments

Represents collection of arguments used when resolving a component.
public int Count { get; }

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

public ICollection Keys { get; }

public ICollection Values { get; }

public Arguments(object namedArgumentsAsAnonymousType, IArgumentsStore[] customStores)

public Arguments(IDictionary values, IArgumentsStore[] customStores)

public Arguments(object[] typedArguments, IArgumentsStore[] customStores)

public Arguments(IArgumentsStore[] customStores)

public void Add(object key, object value)

protected virtual void AddStores(IList<IArgumentsStore> list)

public void Clear()

public bool Contains(object key)

protected virtual IArgumentsStore GetSupportingStore(object key)

public void Remove(object key)