RegexMessage 类
提供用于操作正则消息的扩展方法。
继承
System.Object
RegexMessage
继承成员
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
命名空间: HuajiTech.CoolQ
程序集: HuajiTech.CoolQ.Core.dll
语法
public static class RegexMessage
方法
| 改善此文档 查看源代码Decode(Message)
声明
public static IReadOnlyDictionary<string, string> Decode(this Message message)
参数
类型 | 名称 | 描述 |
---|---|---|
Message | message | 要解析为只读字典的 Message 实例。 |
返回
类型 | 描述 |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> | 与 Content 等效的只读字典。 |
异常
类型 | 条件 |
---|---|
System.IO.InvalidDataException |
|