Writer<TBufferWriter>.WriteStartObject(UInt32, Type, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
寫入開始物件標記。
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
實際類型。