Edit

Share via


DeserializationContext.FetchReferencedObject(Int32) Method

Definition

Returns the object from the specified offset.

public object FetchReferencedObject (int offset);
abstract member FetchReferencedObject : int -> obj
override this.FetchReferencedObject : int -> obj
Public Function FetchReferencedObject (offset As Integer) As Object

Parameters

offset
Int32

The offset within StreamReader.

Returns

The object from the specified offset.

Implements

Applies to