Open.Core.EventBus.Clear C# (CSharp) Method

Clear() public method

Clears all event handlers.
public Clear ( ) : void
return void
        public void Clear()
        {
            Helper.Collection.DisposeAndClear(handlers);
        }
        #endregion