protected override void Execute(Context ctx) { FieldDefSettingsCommand.Execute(ctx.Nodes); }
protected override void ExecuteInternal(ILSpyTreeNode[] nodes) { FieldDefSettingsCommand.Execute(nodes); }
protected override bool CanExecute(Context ctx) { return(FieldDefSettingsCommand.CanExecute(ctx.Nodes)); }
protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes) { return(FieldDefSettingsCommand.CanExecute(nodes)); }