Arguments
Represents a collection of named and typed arguments used for dependencies resolved via Resolve<T>
See: https://github.com/castleproject/Windsor/blob/master/docs/arguments.md
public Arguments()
Initializes a new instance of the Arguments class that is empty.
Initializes a new instance of the Arguments class that contains elements copied from the specified Arguments.
Initializes a new instance of the Arguments class and adds a collection of named arguments,
Dictionary<T, U> implements this interface.
Initializes a new instance of the Arguments class and adds a collection of named arguments
from public properties of a standard or anonymous type.
Initializes a new instance of the Arguments class and adds a collection of typed arguments,
Dictionary<T, U> implements this interface.
Initializes a new instance of the Arguments class and adds a collection of typed arguments.
Adds a collection of named and/or typed arguments.
Adds a named argument.
Adds a collection of named arguments, Dictionary<T, U> implements this interface.
Adds a collection of named arguments from public properties of a standard or anonymous type.
Adds a typed argument.
Adds a typed argument.
Adds a collection of typed arguments.
Adds a collection of typed arguments.