Edit

Share via


ImmutableSortedDictionarySurrogate<TKey,TValue> Struct

Definition

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

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
ImmutableSortedDictionarySurrogate<TKey,TValue>
Attributes

Fields

KeyComparer

Gets or sets the key comparer.

ValueComparer

Gets or sets the value comparer.

Values

Gets or sets the values.

Applies to