NCop.Aspects.Weaving.EventBrokerResolvedType.EventBrokerResolvedType C# (CSharp) Méthode

EventBrokerResolvedType() public méthode

public EventBrokerResolvedType ( EventInfo @event ) : System
@event System.Reflection.EventInfo
Résultat System
        public EventBrokerResolvedType(EventInfo @event)
        {
            Event = @event;
            EventBrokerInvokeDelegateName = "Invoke{0}".Fmt(@event.Name);
        }
EventBrokerResolvedType