Click or drag to resize
ClassProxyGeneratorGenerateConstructor Method (ConstructorInfo)
Generates one public constructor receiving the IInterceptor instance and instantiating a hashtable

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected virtual EasyConstructor GenerateConstructor(
	ConstructorInfo baseConstructor
)

Parameters

baseConstructor
Type: System.ReflectionConstructorInfo

[Missing <param name="baseConstructor"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.GenerateConstructor(System.Reflection.ConstructorInfo)"]

Return Value

Type: EasyConstructor

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.GenerateConstructor(System.Reflection.ConstructorInfo)"]

See Also