C# Class YAMP.FunctionParameters

Container for conserving information about parameters.
ファイルを表示 Open project: FlorianRappl/YAMP

Public Methods

Method Description
FunctionParameters ( ParameterInfo parameterInfo, MethodInfo methodInfo ) : System

Creates a new instance of the function parameter holder.

Method Details

FunctionParameters() public method

Creates a new instance of the function parameter holder.
public FunctionParameters ( ParameterInfo parameterInfo, MethodInfo methodInfo ) : System
parameterInfo System.Reflection.ParameterInfo The array of parameter infos.
methodInfo System.Reflection.MethodInfo The method info (from reflection).
return System