VPDatabaseReader TDatabase, TElement  ClassVirtual Photonics - VTS Library
Virtual Photonics
This controls the reading of a database of generic-type.
Inheritance Hierarchy

OnlineSystem Object
  Vts.MonteCarlo.IO DatabaseReader TDatabase, TElement 

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

public class DatabaseReader<TDatabase, TElement>
where TDatabase : Database<TElement>
Type Parameters

TDatabase
Database of generic type Time
TElement
Generic database element
See Also