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

Inheritance: System.Runtime.CompilerServices.CallSiteBinder
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

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

Private Methods

Méthode Description
InterceptorSiteBinder ( System.Runtime.CompilerServices.CallSiteBinder binder ) : System.Linq.Expressions

Method Details

Bind() public méthode

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int