IKeyValuePair<K,V>.Value 屬性

定義

取得索引鍵/值組的值。

public:
 property V Value { V get(); };
V Value();
public V Value { get; }
Public ReadOnly Property Value As V

屬性值

V

數值。

備註

使用 .NET 進行程式設計時,此介面會隱藏,開發人員應該使用System.Collections.Generic.KeyValuePair < TKey,TValue >結構。

適用於

另請參閱