[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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