C# Класс Microsoft.Scripting.Actions.Interceptor.InterceptorSiteBinder

Наследование: System.Runtime.CompilerServices.CallSiteBinder
Показать файл Открыть проект

Открытые методы

Метод Описание
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