Edit

Share via


ImmutableHashSetSurrogate<T> Struct

Definition

Surrogate type used by ImmutableHashSetCodec<T>.

[Orleans.GenerateSerializer]
public struct ImmutableHashSetSurrogate<T>
[<Orleans.GenerateSerializer>]
type ImmutableHashSetSurrogate<'T> = struct
Public Structure ImmutableHashSetSurrogate(Of T)

Type Parameters

T

The element type.

Inheritance
ImmutableHashSetSurrogate<T>
Attributes

Fields

KeyComparer

Gets or sets the key comparer.

Values

Gets or sets the values.

Applies to