C# 클래스 Castle.DynamicProxy.Generators.EventToGenerate

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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