共用方式為


SortedDictionarySurrogate<TKey,TValue>.Values 欄位

定義

取得或設定值。

[Orleans.Id(0)]
public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<TKey,TValue>> Values;
[<Orleans.Id(0)>]
val mutable Values : System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<'Key, 'Value>>
Public Values As List(Of KeyValuePair(Of TKey, TValue)) 

欄位值

List<KeyValuePair<TKey,TValue>>

值。

屬性

適用於