[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Factory for an instance of any type. Employs Class.newInstance to instantiate.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class GenericFactory(Of T)
C#
public class GenericFactory<T>
Visual C++
generic<typename T>
public ref class GenericFactory

Type Parameters

T

Inheritance Hierarchy

System.Object
  net.esper.util.GenericFactory<(Of T>)