At 类
继承成员
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
命名空间: HuajiTech.CoolQ.Messaging
程序集: HuajiTech.CoolQ.Messaging.dll
语法
[Obsolete("请改为使用 Mention。")]
public class At : Mention, ISendable, IEquatable<MessageElement>
构造函数
| 改善此文档 查看源代码At()
声明
public At()
At(IDictionary<String, String>)
声明
public At(IDictionary<string, string> parameters)
参数
类型 | 名称 | 描述 |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | parameters |
实现
System.IEquatable<T>