[]
自定义命令对象
public class CustomCommandObject : ICloneable
自定义命令对象
public CustomCommandObject()
命令列表
public List<Command> Commands { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.List<T><Command> |
上下文参数列表
public Dictionary<string, string> ParamProperties { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
Clone方法
public object Clone()
类型 | 描述 |
---|---|
object |