Delegate Read<T>
- Namespace
- ChartTools.IO
- Assembly
- ChartTools.dll
Read method that generates an object of the target type
public delegate T Read<T>(string path)
Parameters
path
stringFile path
Returns
- T
Type Parameters
T
- Extension Methods
Read method that generates an object of the target type
public delegate T Read<T>(string path)
path
stringFile path
T