public class TextValuePair<TValue>
TextValuePairTValue | 创建新实例。 |
TextValuePairTValue(string, TValue) | 用指定的文本与值创建新实例。 |
TextValuePairTValue(string, TValue, object) | 用指定的文本与值以及附加数据创建新实例。 |
Public Methods | |
Deconstruct(string, TValue) | 输出文本与值的解构函数。 |
Deconstruct(string, TValue, object) | 输出文本与值以及附加数据的解构函数。 |
ToKeyValuePair | 将当前实例转为 KeyValuePair<TValue, string>。 |
ToString |
返回对本对象的描述字符串。
(Overrides objectToString) |