PerformanceMeasuring.GameDebugTools.DebugCommandUI.PushExecutioner C# (CSharp) Метод

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

public PushExecutioner ( IDebugCommandExecutioner executioner ) : void
executioner IDebugCommandExecutioner
Результат void
        public void PushExecutioner(IDebugCommandExecutioner executioner)
        {
            executioners.Push(executioner);
        }