This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.ArgumentBinder.
Summary
Creates an instance of a class that can bind arguments to.
Syntax
public static T FromArguments<T>(ICakeContext cakeContext, params object[] constructorArgs)
Type Parameters
Name |
Description |
T |
The type of class to bind arguments to. |
Parameters
Name |
Type |
Description |
cakeContext |
ICakeContext |
|
constructorArgs |
object[] |
Any constructor arguments for the config class. |
Return Value