IKeyValuePair<K,V>.Key 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取键值对的键。
public:
property K Key { K get(); };
K Key();
public K Key { get; }
Public ReadOnly Property Key As K
属性值
K
键。
注解
使用 .NET 编程时,此接口是隐藏的,开发人员应使用 System.Collections.Generic.KeyValuePair<TKey,TValue> 结构。