共用方式為


Writer<TBufferWriter>.WriteStartObject(UInt32, Type, Type) 方法

定義

寫入開始物件標記。

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)

參數

fieldId
UInt32

欄位識別碼。

expectedType
Type

預期的型別。

actualType
Type

實際類型。

適用於