You are here: Start » AVL.NET » AVS.LoadObject Method

AVS.LoadObject Method

Loads an object from the file

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadObject<T>
(
	string inFile,
	T outObject
)

Parameters

Name Type Range Default Description
inFilestringSource file path.
outObjectTObject to save.

Function Overrides

See also