Edit

Share via


ReadOnlyCollectionSurrogate<T> Struct

Definition

Surrogate type used by ReadOnlyCollectionCodec<T>.

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

Type Parameters

T

The element type.

Inheritance
ReadOnlyCollectionSurrogate<T>
Attributes

Fields

Values

Gets or sets the values.

Applies to