ConsoleActionAdd(String, String, Action) 方法
添加
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public void Add(
string order,
string description,
Action action
)
Public Sub Add (
order As String,
description As String,
action As Action
)
member Add :
order : string *
description : string *
action : Action -> unit
参数
- order String
- 指令,多个指令用“|”分割
- description String
- 描述
- action Action
[缺少 "M:TouchSocket.Core.ConsoleAction.Add(System.String,System.String,System.Action)" 的 <param name="action"/> 文档]