KeyValuePair 类

定义

创建 KeyValuePair<TKey,TValue> 结构的实例。

public ref class KeyValuePair abstract sealed
public static class KeyValuePair
type KeyValuePair = class
Public Class KeyValuePair
继承
KeyValuePair

方法

Create<TKey,TValue>(TKey, TValue)

使用提供的值创建新的键/值对实例。

适用于