ImmutableSortedDictionarySurrogate<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>>

值。

属性

适用于