Click or drag to resize
BaseCodeGenerator Constructor (ModuleScope)
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
)

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)"]

See Also