KeyValuePair 类
定义
创建 KeyValuePair<TKey,TValue> 结构的实例。Creates instances of the KeyValuePair<TKey,TValue> struct.
public ref class KeyValuePair abstract sealed
public static class KeyValuePair
type KeyValuePair = class
Public Class KeyValuePair
- 继承
-
KeyValuePair
方法
| Create<TKey,TValue>(TKey, TValue) |
使用提供的值创建一个新的键/值对实例。Creates a new key/value pair instance using provided values. |