C# Class Dynamitey.DynamicObjects.LateType.ConstructorForward

Forward argument to constructor including named arguments
Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: ekonbenefits/dynamitey

Méthodes publiques

Méthode Description
TryInvoke ( InvokeBinder binder, object args, object &result ) : bool

Tries the invoke.

Private Methods

Méthode Description
ConstructorForward ( Type type ) : System

Method Details

TryInvoke() public méthode

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.
Résultat bool