C# Class ExcelDna.Registration.ParamsRegistration

Afficher le fichier Open project: Excel-DNA/Registration

Méthodes publiques

Méthode 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

Méthode Description
IsParamsMethod ( ExcelDna.Registration.ExcelFunctionRegistration reg ) : bool
WrapMethodParams ( LambdaExpression functionLambda ) : LambdaExpression

Method Details

ProcessParamsRegistrations() public static méthode

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
Résultat IEnumerable