C# Class 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.
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Свойство Type Description
Binder System.Dynamic.DynamicMetaObjectBinder
MappingInfo IList

Méthodes publiques

Méthode Description
BinderMappingInfo ( DynamicMetaObjectBinder binder ) : System.Linq.Expressions
BinderMappingInfo ( DynamicMetaObjectBinder binder, IList mappingInfo ) : System.Linq.Expressions
ToString ( ) : string

Method Details

BinderMappingInfo() public méthode

public BinderMappingInfo ( DynamicMetaObjectBinder binder ) : System.Linq.Expressions
binder System.Dynamic.DynamicMetaObjectBinder
Résultat System.Linq.Expressions

BinderMappingInfo() public méthode

public BinderMappingInfo ( DynamicMetaObjectBinder binder, IList mappingInfo ) : System.Linq.Expressions
binder System.Dynamic.DynamicMetaObjectBinder
mappingInfo IList
Résultat System.Linq.Expressions

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Binder public_oe property

public DynamicMetaObjectBinder,System.Dynamic Binder
Résultat System.Dynamic.DynamicMetaObjectBinder

MappingInfo public_oe property

public IList MappingInfo
Résultat IList