Düzenle

Aracılığıyla paylaş


ImmutableDictionarySurrogate<TKey,TValue> Struct

Definition

Surrogate type used by ImmutableDictionaryCodec<TKey,TValue>.

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

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
ImmutableDictionarySurrogate<TKey,TValue>
Attributes

Fields

Values

Gets or sets the values.

Applies to