共用方式為


IKeyValuePair<K,V>.Key 屬性

定義

取得索引鍵/值組的索引鍵。

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 >結構。

適用於

另請參閱