DeserializationContext.FetchReferencedObject(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.
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.