C# Class Dynamitey.DynamicObjects.LateType.ConstructorForward

Forward argument to constructor including named arguments
Inheritance: System.Dynamic.DynamicObject
Show file Open project: ekonbenefits/dynamitey

Public Methods

Method Description
TryInvoke ( InvokeBinder binder, object args, object &result ) : bool

Tries the invoke.

Private Methods

Method Description
ConstructorForward ( Type type ) : System

Method Details

TryInvoke() public method

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.
return bool