Edit

Share via


ImmutableListSurrogate<T> Struct

Definition

Surrogate type used by ImmutableListCodec<T>.

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

Type Parameters

T

The element type.

Inheritance
ImmutableListSurrogate<T>
Attributes

Fields

Values

Gets or sets the values.

Applies to