You are here: Start » AVL.NET » AVL.SaveObject

AVL.SaveObject

Saves an object to the file

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveObject<T>
(
	string inFile,
	T inObject
)

Parameters

Name Type Range Default Description
inFilestringDestination file path.
inObjectTObject to save.

Function Overrides

See also