C# 클래스 YAMP.FunctionParameters

Container for conserving information about parameters.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
FunctionParameters ( ParameterInfo parameterInfo, MethodInfo methodInfo ) : System

Creates a new instance of the function parameter holder.

메소드 상세

FunctionParameters() 공개 메소드

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).
리턴 System