你的位置: 码友网首页 / 资讯源列表 / C# Design Patterns - Command Design Pattern

关于[C# Design Patterns - Command Design Pattern]的摘要:

The Command pattern is a behavioural design pattern that we can use to turn a request into an object which contains all the information about the request. The Command design pattern is quite popular in C#, especially when we want to delay or queue a request’s execution or when we want to keep track of our operations. Furthermore, this possibility to keep track of our operations gives us the opportunity to undo them as well.

原文地址: https://code-maze.com/command/

收录时间: 2019-04-02 浏览量: 2460 分类: 设计模式

| 0 收藏 | 0