TimerType 枚举 枚举对象TimerType 命名空间: Fantasy.Timer 程序集: Fantasy.Net.dll 语法 public enum TimerType 字段 名称 描述 None None OnceTimer 一次性定时器 OnceWaitTimer 一次等待定时器 RepeatedTimer 重复定时器 扩展方法 JsonHelper.ToJson<TimerType>(TimerType)