|
MatReaderReadT Method (String)
|
Reads an object from a given key.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public T Read<T>(
string key
)
Public Function Read(Of T) (
key As String
) As T
Request Example
View SourceParameters
- key
- Type: SystemString
The name of the object.
Type Parameters
- T
- The type of the object to be read.
Return Value
Type:
TSee Also