Condividi tramite


Writer<TBufferWriter>.WriteStartObject(UInt32, Type, Type) Metodo

Definizione

Scrive il tag dell'oggetto iniziale.

public void WriteStartObject(uint fieldId, Type expectedType, Type actualType);
member this.WriteStartObject : uint32 * Type * Type -> unit
Public Sub WriteStartObject (fieldId As UInteger, expectedType As Type, actualType As Type)

Parametri

fieldId
UInt32

Identificatore del campo.

expectedType
Type

Tipo previsto.

actualType
Type

Tipo effettivo.

Si applica a