C# 클래스 Microsoft.Scripting.Actions.Interceptor.InterceptorSiteBinder

상속: System.Runtime.CompilerServices.CallSiteBinder
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Bind ( object args, ReadOnlyCollection parameters, LabelTarget returnLabel ) : Expression
Equals ( object obj ) : bool
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
InterceptorSiteBinder ( System.Runtime.CompilerServices.CallSiteBinder binder ) : System.Linq.Expressions

메소드 상세

Bind() 공개 메소드

public Bind ( object args, ReadOnlyCollection parameters, LabelTarget returnLabel ) : Expression
args object
parameters ReadOnlyCollection
returnLabel System.Linq.Expressions.LabelTarget
리턴 System.Linq.Expressions.Expression

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int