Click or drag to resize
BaseCodeGenerator Constructor (ModuleScope, GeneratorContext)
Initializes a new instance of the BaseCodeGenerator class

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected BaseCodeGenerator(
	ModuleScope moduleScope,
	GeneratorContext context
)

Parameters

moduleScope
Type: X3Platform.DynamicProxy.Builder.CodeGeneratorsModuleScope

[Missing <param name="moduleScope"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.#ctor(X3Platform.DynamicProxy.Builder.CodeGenerators.ModuleScope,X3Platform.DynamicProxy.GeneratorContext)"]

context
Type: X3Platform.DynamicProxyGeneratorContext

[Missing <param name="context"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.#ctor(X3Platform.DynamicProxy.Builder.CodeGenerators.ModuleScope,X3Platform.DynamicProxy.GeneratorContext)"]

See Also