Appccelerate.ScopingEventBroker.Internals.EventScope.EventScope C# (CSharp) Метод

EventScope() публичный Метод

public EventScope ( ) : System
Результат System
        public EventScope()
        {
            this.callbacks = new Collection<Action>();
        }