Reads the object with the specified name from the data stream.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public virtual TObject ReadObject(
string name
)
Public Overridable Function ReadObject (
name As String
) As TObject
public:
virtual TObject ReadObject(
String^ name
)
abstract ReadObject :
name : string -> 'TObject
override ReadObject :
name : string -> 'TObject
Parameters
- name
- Type: SystemString
The name of the object.
Return Value
Type:
TObjectThe object that was read from the data stream.
Reference