Appccelerate.ScopingEventBroker.Internals.EventScope.EventScope C# (CSharp) 메소드

EventScope() 공개 메소드

public EventScope ( ) : System
리턴 System
        public EventScope()
        {
            this.callbacks = new Collection<Action>();
        }