Table of Contents

Delegate Write<T>

Namespace
ChartTools.IO
Assembly
ChartTools.dll

Write method hat takes an object of a target type

public delegate void Write<T>(string path, T content)

Parameters

path string

File path

content T

Object to write

Type Parameters

T

Target type