共用方式為


IBinaryTokenStreamWriter.WriteTypeHeader(Type, Type) 方法

定義

將指定之 Type 的型別標頭寫入資料流程。

public void WriteTypeHeader (Type t, Type expected = default);
abstract member WriteTypeHeader : Type * Type -> unit
Public Sub WriteTypeHeader (t As Type, Optional expected As Type = Nothing)

參數

t
Type

輸入要為其寫入標頭。

expected
Type

目前預期此資料流程的類型。

適用於