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,
	INullable<T> outObject
)

Parameters

Name Type Range Default Description
inFilestringSource file path.
outObjectAvlNet.INullable<T>Object to save.

Function Overrides

See also