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