Edit

Share via


ISerializationContext.RecordObject(Object, Int32) Method

Definition

Records the provided object at the specified offset into StreamWriter.

public void RecordObject (object original, int offset);
abstract member RecordObject : obj * int -> unit
Public Sub RecordObject (original As Object, offset As Integer)

Parameters

original
Object
offset
Int32

Applies to