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.
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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