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
pathstringFile path
Returns
- Task<T>
- Asynchronous read method that generates an object of the target type
Type Parameters
TOutput type