AerialForWindows.DelegateCommand.DelegateCommand C# (CSharp) Метод

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

public DelegateCommand ( System.Action action ) : System
action System.Action
Результат System
        public DelegateCommand(Action action)
        {
            _action = action;
        }