SharpSchedule

AbstractFastReader.GetInstance Method 

Create a new instance of the fast reader.

[Visual Basic]
Protected Shared Function GetInstance( _
   ByVal type As Type _
) As AbstractFastReader
[C#]
protected static AbstractFastReader GetInstance(
   Type type
);

Parameters

type
The type of fast reader to create.

Return Value

A new instance of the fast reader class.

See Also

AbstractFastReader Class | Ozanam.Schedule.Store.Database Namespace