C# Class Castle.DynamicProxy.Generators.EventToGenerate

Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
EventToGenerate ( EventEmitter emitter, MethodInfo addMethod, MethodInfo removeMethod, EventAttributes attributes ) : System

Initializes a new instance of the EventToGenerate class.

Method Details

EventToGenerate() public method

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.
return System