ISerializationContext.RecordObject(Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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