PerformanceMeasuring.GameDebugTools.DebugCommandUI.PushExecutioner C# (CSharp) Method

PushExecutioner() public method

public PushExecutioner ( IDebugCommandExecutioner executioner ) : void
executioner IDebugCommandExecutioner
return void
        public void PushExecutioner(IDebugCommandExecutioner executioner)
        {
            executioners.Push(executioner);
        }