ES3Reader.Read

public T Read<T>()

Description

Reads a property value from the ES3Reader.

This is most commonly used in an ES3Type, in conjunction with the reader.Properties enumerator to ensure the reader is positioned correctly.

Parameters

[table th=”0″]T,”The type of the data we wish to read. Can be an inherited type.”[/table]

Returns

The loaded data of type T.