Table of Contents

Delegate AsyncWrite<T>

Namespace
ChartTools.IO
Assembly
ChartTools.dll

Write method hat takes an object of a target type

public delegate Task AsyncWrite<T>(string path, T content)

Parameters

path string

File path

content T

Object to write

Returns

Task
Write method hat takes an object of a target type

Type Parameters

T

Target type