C# Class Castle.DynamicProxy.Generators.EventToGenerate

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
EventToGenerate ( EventEmitter emitter, MethodInfo addMethod, MethodInfo removeMethod, EventAttributes attributes ) : System

Initializes a new instance of the EventToGenerate class.

Method Details

EventToGenerate() public méthode

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.
Résultat System