C# Class Dynamitey.DynamicObjects.FluentStringLookup

Building block to use Method calls as dynamic lookups
Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: ekonbenefits/dynamitey

Méthodes publiques

Méthode Description
FluentStringLookup ( dynamic>.Func lookup ) : System

Initializes a new instance of the FluentStringLookup class.

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

Tries the invoke.

TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Tries the invoke member.

Method Details

FluentStringLookup() public méthode

Initializes a new instance of the FluentStringLookup class.
public FluentStringLookup ( dynamic>.Func lookup ) : System
lookup dynamic>.Func The lookup.
Résultat System

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

TryInvokeMember() public méthode

Tries the invoke member.
public TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeMemberBinder The binder.
args object The args.
result object The result.
Résultat bool