共用方式為


BinaryTokenStreamWriter.WriteTypeHeader(Type, Type) 方法

定義

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

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

參數

t
Type

輸入 ,以寫入 標頭。

expected
Type

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

實作

適用於