The method initialize the class.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
| C# |
|---|
void Initialize( GeneratorContext context ) |
| Visual Basic (Declaration) |
|---|
Sub Initialize ( _ context As GeneratorContext _ ) |
| Visual C++ |
|---|
void Initialize( GeneratorContext^ context ) |
Parameters
- context
- Type: LeCouteauSuisse.API..::.GeneratorContext
The context of the generator, this parameter comes from the service.
Remarks
The service will call it once at starting when initialize all generators.