C# Класс Microsoft.CSharp.RuntimeBinder.CSharpIsEventBinder

Used to test whether a dynamic member over which += or -= is used is an event member.
Наследование: System.Dynamic.DynamicMetaObjectBinder
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Bind ( DynamicMetaObject target, DynamicMetaObject args ) : DynamicMetaObject

Performs the binding of the binary dynamic operation if the target dynamic object cannot bind.

CSharpIsEventBinder ( string name, Type callingContext ) : System

Initializes a new instance of the CSharpIsEventBinder class.

Описание методов

Bind() публичный закрытый Метод

Performs the binding of the binary dynamic operation if the target dynamic object cannot bind.
public final Bind ( DynamicMetaObject target, DynamicMetaObject args ) : DynamicMetaObject
target System.Dynamic.DynamicMetaObject The target of the dynamic binary operation.
args System.Dynamic.DynamicMetaObject The arguments to the dynamic event test.
Результат System.Dynamic.DynamicMetaObject

CSharpIsEventBinder() публичный Метод

Initializes a new instance of the CSharpIsEventBinder class.
public CSharpIsEventBinder ( string name, Type callingContext ) : System
name string The name of the member to test.
callingContext System.Type The that indicates where this operation is defined.
Результат System