C# Класс Dynamitey.DynamicObjects.FluentStringLookup

Building block to use Method calls as dynamic lookups
Наследование: System.Dynamic.DynamicObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FluentStringLookup() публичный Метод

Initializes a new instance of the FluentStringLookup class.
public FluentStringLookup ( dynamic>.Func lookup ) : System
lookup dynamic>.Func The lookup.
Результат 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

TryInvokeMember() публичный Метод

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.
Результат bool