Düzenle

Aracılığıyla paylaş


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

Definition

Writes the start object tag.

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)

Parameters

fieldId
UInt32

The field identifier.

expectedType
Type

The expected type.

actualType
Type

The actual type.

Applies to