Edit

Share via


ImmutableQueueSurrogate<T> Struct

Definition

Surrogate type used by ImmutableListCodec<T>.

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

Type Parameters

T

The element type.

Inheritance
ImmutableQueueSurrogate<T>
Attributes

Fields

Values

Gets or sets the values.

Applies to