Table of Contents

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 string

File path

Returns

Task<T>
Asynchronous read method that generates an object of the target type

Type Parameters

T

Output type