| 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) | 用指定的数据创建新实例。 |