ConcurrentDictionarySurrogate<TKey,TValue>.Values フィールド

定義

値を取得または設定します。

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

フィールド値

Dictionary<TKey,TValue>

値。

属性

適用対象