VPDatabaseReader TDatabase, TElement  Constructor (ICustomBinaryReader TElement )Virtual Photonics - VTS Library
Virtual Photonics
Creates an instance of DatabaseReader with a simple binary reader. Use this overload if there is no database-specific information necessary for creating the reader

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

public DatabaseReader(
	ICustomBinaryReader<TElement> binaryReader
)

Parameters

binaryReader
Type: Vts.IO ICustomBinaryReader TElement 
ICustomBinaryReader<TElement>
See Also