ArgumentBinder.

FromArguments<T>(ICakeContext, object[]) Method

Summary

Creates an instance of a class that can bind arguments to.
Assembly
Cake.ArgumentBinder.dll
Namespace
Cake.ArgumentBinder
Containing Type
ArgumentBinder

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

Type Description
T