BaseCodeGeneratorGenerateConstructor Method |
Generates one public constructor receiving
the
IInterceptor instance and instantiating a hashtable
Namespace: X3Platform.DynamicProxy.Builder.CodeGeneratorsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected virtual EasyConstructor GenerateConstructor()
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