Click or drag to resize
EasyType Constructor (ModuleScope, String, Type, Type)
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,
	Type baseType,
	Type[] interfaces
)

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,System.Type,System.Type[])"]

name
Type: SystemString

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

baseType
Type: SystemType

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

interfaces
Type: SystemType

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

See Also