[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.ISubListCommand

接口 ISubListCommand

如果命令包含子命令(例如循环命令),则需要实现该接口。

命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public interface ISubListCommand

属性

CommandList

子命令列表。

声明
List<Command> CommandList { get; }
属性值
类型 描述
System.Collections.Generic.List<T><Command>