Edit

Share via


BinaryTokenStreamWriter.WriteTypeHeader(Type, Type) Method

Definition

Write a type header for the specified Type to the stream.

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)

Parameters

t
Type

Type to write header for.

expected
Type

Currently expected Type for this stream.

Implements

Applies to