Click or drag to resize
BaseCodeGeneratorGenerateConstructor Method
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()

Return Value

Type: EasyConstructor

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.GenerateConstructor"]

Remarks
Should be overrided to provided specific semantics, if necessary
See Also