C# Class Microsoft.Scripting.Actions.Interceptor.InterceptorSiteBinder

Inheritance: System.Runtime.CompilerServices.CallSiteBinder
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
Bind ( object args, ReadOnlyCollection parameters, LabelTarget returnLabel ) : Expression
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
InterceptorSiteBinder ( System.Runtime.CompilerServices.CallSiteBinder binder ) : System.Linq.Expressions

Method Details

Bind() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int