Delayed initialization, this methods is called whenever components of the jep instance are changed.
Namespace:
SingularSys.Jep.ConfigurableParser.MatchersAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
void Init( JepInstance jep ) |
| Visual Basic (Declaration) |
|---|
Sub Init ( _ jep As JepInstance _ ) |
| Visual C++ |
|---|
void Init( JepInstance^ jep ) |
Parameters
- jep
- Type: SingularSys.Jep..::.JepInstance
the current jep instance.