C# 클래스 Dynamitey.InvokeArg

Use for Named arguments passed to InvokeMethods
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

공개 프로퍼티들

프로퍼티 타입 설명
Create Func

공개 메소드들

메소드 설명
InvokeArg ( string name, object value ) : System

Initializes a new instance of the InvokeArg class.

메소드 상세

InvokeArg() 공개 메소드

Initializes a new instance of the InvokeArg class.
public InvokeArg ( string name, object value ) : System
name string The name.
value object The value.
리턴 System

프로퍼티 상세

Create 공개적으로 정적으로 프로퍼티

Create Function can set to variable to make cleaner syntax;
public static Func Create
리턴 Func