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
stringFile path
content
TObject to write
Type Parameters
T
Target type
- Extension Methods