Click or drag to resize
ConstructorCodeBuilder Constructor
Initializes a new instance of the ConstructorCodeBuilder class

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ConstructorCodeBuilder(
	Type baseType,
	ILGenerator generator
)

Parameters

baseType
Type: SystemType

[Missing <param name="baseType"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.ConstructorCodeBuilder.#ctor(System.Type,System.Reflection.Emit.ILGenerator)"]

generator
Type: System.Reflection.EmitILGenerator

[Missing <param name="generator"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.ConstructorCodeBuilder.#ctor(System.Type,System.Reflection.Emit.ILGenerator)"]

See Also