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

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public EasyType(
	ModuleScope modulescope,
	string name
)

Parameters

modulescope
Type: X3Platform.DynamicProxy.Builder.CodeGeneratorsModuleScope

[Missing <param name="modulescope"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyType.#ctor(X3Platform.DynamicProxy.Builder.CodeGenerators.ModuleScope,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyType.#ctor(X3Platform.DynamicProxy.Builder.CodeGenerators.ModuleScope,System.String)"]

See Also