Arguments

Namespace: Reflection

This class can hold arguments for a function or method call.

Type: Reference type

Methods

Declaration Description
Arguments@ Arguments() Default constructor
Arguments@ Arguments(const Arguments& in other) Copy constructor
Arguments@ Arguments() Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in) Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in, ?& in) Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in, ?& in, ?& in) Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in, ?& in, ?& in, ?& in) Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in, ?& in, ?& in, ?& in, ?& in) Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Constructs a Arguments instance with the given arguments.
Arguments@ Arguments(?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Constructs a Arguments instance with the given arguments.
Arguments& opAssign(const Arguments& in other) Assignment operator
size_t GetCount() const Gets number of arguments.
bool HasArguments() const Returns whether this instance holds any arguments.
void Clear() Clears this instance's data.
bool SetArguments() Sets the arguments this instance contains.
bool SetArguments(?& in) Sets the arguments this instance contains.
bool SetArguments(?& in, ?& in) Sets the arguments this instance contains.
bool SetArguments(?& in, ?& in, ?& in) Sets the arguments this instance contains.
bool SetArguments(?& in, ?& in, ?& in, ?& in) Sets the arguments this instance contains.
bool SetArguments(?& in, ?& in, ?& in, ?& in, ?& in) Sets the arguments this instance contains.
bool SetArguments(?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Sets the arguments this instance contains.
bool SetArguments(?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Sets the arguments this instance contains.
bool SetArguments(?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Sets the arguments this instance contains.