FSharpChoiceCodec<T1,T2,T3,T4>.IFieldCodec<FSharpChoice<T1,T2,T3,T4>>.WriteField<TBufferWriter> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
void IFieldCodec<FSharpChoice<T1,T2,T3,T4>>.WriteField<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer, uint fieldIdDelta, Type expectedType, Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4> value) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
abstract member Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4>>.WriteField : Writer * uint32 * Type * Choice<'T1, 'T2, 'T3, 'T4> -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
override this.Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4>>.WriteField : Writer * uint32 * Type * Choice<'T1, 'T2, 'T3, 'T4> -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Sub WriteField(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As Writer(Of TBufferWriter), fieldIdDelta As UInteger, expectedType As Type, value As FSharpChoice(Of T1, T2, T3, T4)) Implements IFieldCodec(Of FSharpChoice(Of T1, T2, T3, T4)).WriteField
Paramètres de type
- TBufferWriter
Paramètres
- writer
- Writer<TBufferWriter>
- fieldIdDelta
- UInt32
- expectedType
- Type
- value
- Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4>