ListCodec<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 List<T> 序列化程式。
[Orleans.RegisterSerializer]
public sealed class ListCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.List<T>>
[Orleans.RegisterSerializer]
public sealed class ListCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.List<T>>, Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.List<T>>
[<Orleans.RegisterSerializer>]
type ListCodec<'T> = class
interface IFieldCodec<List<'T>>
interface IFieldCodec
[<Orleans.RegisterSerializer>]
type ListCodec<'T> = class
interface IFieldCodec<List<'T>>
interface IFieldCodec
interface IBaseCodec<List<'T>>
interface IBaseCodec
Public NotInheritable Class ListCodec(Of T)
Implements IFieldCodec(Of List(Of T))
Public NotInheritable Class ListCodec(Of T)
Implements IBaseCodec(Of List(Of T)), IFieldCodec(Of List(Of T))
類型參數
- T
元素類型。
- 繼承
-
ListCodec<T>
- 屬性
- 實作
建構函式
ListCodec<T>(IFieldCodec<T>) |
初始化 ListCodec<T> 類別的新執行個體。 |