ImmutableArraySurrogate<T> 结构

定义

使用的 ImmutableArrayCodec<T>代理项类型。

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

类型参数

T

元素类型。

继承
ImmutableArraySurrogate<T>
属性

字段

Values

获取或设置值。

适用于