C# Класс Castle.DynamicProxy.Generators.EventToGenerate

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EventToGenerate ( EventEmitter emitter, MethodInfo addMethod, MethodInfo removeMethod, EventAttributes attributes ) : System

Initializes a new instance of the EventToGenerate class.

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

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

Initializes a new instance of the EventToGenerate class.
public EventToGenerate ( EventEmitter emitter, MethodInfo addMethod, MethodInfo removeMethod, EventAttributes attributes ) : System
emitter Castle.DynamicProxy.Generators.Emitters.EventEmitter The emitter.
addMethod System.Reflection.MethodInfo The add method.
removeMethod System.Reflection.MethodInfo The remove method.
attributes EventAttributes The attributes.
Результат System