light_mode dark_mode routine

Enum MatchMode code

命名空间
Another_Mirai_Native.Abstractions.Enums
程序集
Another-Mirai-Native.Abstractions.dll

使用于指令特性的匹配模式

public enum MatchMode

字段

Contain = 2

指令的匹配文本需要包含模板

EndWith = 1

指令的匹配文本必须由模板结尾

FullMatch = 4

匹配文本必须完全等于模板

Regex = 3

正则匹配模式,可以使用具名分组来提取参数,以快捷分发到方法参数。详见文档描述。

StartWith = 0

指令的匹配文本必须由模板开头