C# 클래스 Dynamitey.DynamicObjects.LateType.ConstructorForward

Forward argument to constructor including named arguments
상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

공개 메소드들

메소드 설명
TryInvoke ( InvokeBinder binder, object args, object &result ) : bool

Tries the invoke.

비공개 메소드들

메소드 설명
ConstructorForward ( Type type ) : System

메소드 상세

TryInvoke() 공개 메소드

Tries the invoke.
public TryInvoke ( InvokeBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeBinder The binder.
args object The args.
result object The result.
리턴 bool