Get the GeneratorContext of this generator.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public GeneratorContext Context { get; }
Visual Basic (Declaration)
Public ReadOnly Property Context As GeneratorContext
Visual C++
public:
property GeneratorContext^ Context {
	GeneratorContext^ get ();
}

See Also