NullableCodec<T>(IFieldCodec<T>) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 NullableCodec<T> 類別的新執行個體。
public NullableCodec (Orleans.Serialization.Codecs.IFieldCodec<T> fieldCodec);
new Orleans.Serialization.Codecs.NullableCodec<'T (requires 'T : struct)> : Orleans.Serialization.Codecs.IFieldCodec<'T (requires 'T : struct)> -> Orleans.Serialization.Codecs.NullableCodec<'T (requires 'T : struct)>
Public Sub New (fieldCodec As IFieldCodec(Of T))
參數
- fieldCodec
- IFieldCodec<T>
欄位編解碼器。