C# Class ExcelDna.Registration.ParamsRegistration

Mostrar archivo Open project: Excel-DNA/Registration

Public Methods

Method Description
ProcessParamsRegistrations ( this registrations ) : IEnumerable

Adds parameters to amy function ending in a params parameter, to take the total number of parameters to 125 (or 29 under Excel 2003).

Private Methods

Method Description
IsParamsMethod ( ExcelDna.Registration.ExcelFunctionRegistration reg ) : bool
WrapMethodParams ( LambdaExpression functionLambda ) : LambdaExpression

Method Details

ProcessParamsRegistrations() public static method

Adds parameters to amy function ending in a params parameter, to take the total number of parameters to 125 (or 29 under Excel 2003).
public static ProcessParamsRegistrations ( this registrations ) : IEnumerable
registrations this
return IEnumerable