[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.IContainSubCommands

接口 IContainSubCommands

迭代当前命令的子命令,用于查找替换。

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

方法

EnumSubCommands()

迭代子命令列表。

声明
IEnumerable<List<Command>> EnumSubCommands()
返回值
类型 描述
System.Collections.Generic.IEnumerable<T><System.Collections.Generic.List<T><Command>>

子命令迭代器。