Redigera

Dela via


ConcurrentDictionarySurrogate<TKey,TValue> Struct

Definition

Surrogate type used by ConcurrentDictionaryCodec<TKey,TValue>.

[Orleans.GenerateSerializer]
public struct ConcurrentDictionarySurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type ConcurrentDictionarySurrogate<'Key, 'Value> = struct
Public Structure ConcurrentDictionarySurrogate(Of TKey, TValue)

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
ConcurrentDictionarySurrogate<TKey,TValue>
Attributes

Fields

Values

Gets or sets the values.

Applies to