You are here: Start » AVL.NET » AVS.SaveObject Method
AVS.SaveObject Method
Saves an object to the file
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveObject<T> ( string inFile, T inObject )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Destination file path. | ||
![]() | inObject | T | Object to save. |

