C# Класс Microsoft.Scripting.Actions.BinderMappingInfo

Contains the mapping information for a single Combo Binder. This includes the original meta-binder and the mapping of parameters, sub-sites, and constants into the binding.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Binder System.Dynamic.DynamicMetaObjectBinder
MappingInfo IList

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

Метод Описание
BinderMappingInfo ( DynamicMetaObjectBinder binder ) : System.Linq.Expressions
BinderMappingInfo ( DynamicMetaObjectBinder binder, IList mappingInfo ) : System.Linq.Expressions
ToString ( ) : string

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

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

public BinderMappingInfo ( DynamicMetaObjectBinder binder ) : System.Linq.Expressions
binder System.Dynamic.DynamicMetaObjectBinder
Результат System.Linq.Expressions

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

public BinderMappingInfo ( DynamicMetaObjectBinder binder, IList mappingInfo ) : System.Linq.Expressions
binder System.Dynamic.DynamicMetaObjectBinder
mappingInfo IList
Результат System.Linq.Expressions

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

public ToString ( ) : string
Результат string

Описание свойств

Binder публичное свойство

public DynamicMetaObjectBinder,System.Dynamic Binder
Результат System.Dynamic.DynamicMetaObjectBinder

MappingInfo публичное свойство

public IList MappingInfo
Результат IList