VPFileIO ReadFromXML T  Method Virtual Photonics - VTS Library
Virtual Photonics
Reads data of a specified type from an XML file

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static T ReadFromXML<T>(
	string filename
)
Type Parameters

T
Type of the data

Return Value

Type: T
The data as the specified type
See Also