Appccelerate.ScopingEventBroker.Internals.EventScope.EventScope C# (CSharp) Méthode

EventScope() public méthode

public EventScope ( ) : System
Résultat System
        public EventScope()
        {
            this.callbacks = new Collection<Action>();
        }