public class TextValuePair : TextValuePair<string>
TextValuePair | 创建新实例。 |
TextValuePair(string, decimal) | 用指定的数据创建新实例。 |
TextValuePair(string, double) | 用指定的数据创建新实例。 |
TextValuePair(string, short) | 用指定的数据创建新实例。 |
TextValuePair(string, int) | 用指定的数据创建新实例。 |
TextValuePair(string, long) | 用指定的数据创建新实例。 |
TextValuePair(string, float) | 用指定的数据创建新实例。 |
TextValuePair(string, string) | 用指定的数据创建新实例。 |
TextValuePair(string, decimal, object) | 用指定的数据创建新实例。 |
TextValuePair(string, double, object) | 用指定的数据创建新实例。 |
TextValuePair(string, short, object) | 用指定的数据创建新实例。 |
TextValuePair(string, int, object) | 用指定的数据创建新实例。 |
TextValuePair(string, long, object) | 用指定的数据创建新实例。 |
TextValuePair(string, float, object) | 用指定的数据创建新实例。 |
TextValuePair(string, string, object) | 用指定的数据创建新实例。 |
Public Properties | |
Tag |
获取/设置附加数据。
(Inherited from TextValuePairTValue) |
Text |
获取/设置文本。
(Inherited from TextValuePairTValue) |
Value |
获取/设置对应值。
(Inherited from TextValuePairTValue) |
Public Methods | |
Deconstruct(string, TValue) |
输出文本与值的解构函数。
(Inherited from TextValuePairTValue) |
Deconstruct(string, TValue, object) |
输出文本与值以及附加数据的解构函数。
(Inherited from TextValuePairTValue) |
ToKeyValuePair |
将当前实例转为 KeyValuePair<TValue, string>。
(Inherited from TextValuePairTValue) |
ToString |
返回对本对象的描述字符串。
(Inherited from TextValuePairTValue) |