CK.WPF.ViewModel.VMCommand.VMCommand C# (CSharp) Метод

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

public VMCommand ( System.Action del ) : System
del System.Action
Результат System
        public VMCommand( Action del )
        {
            _del = del;
        }

Same methods

VMCommand::VMCommand ( System.Action execute, Predicate canExecute ) : System