Click or drag to resize
BaseCodeGeneratorGenerateTypeImplementation Method
Iterates over the interfaces and generate implementation for each method in it.

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected void GenerateTypeImplementation(
	Type type,
	bool ignoreInterfaces
)

Parameters

type
Type: SystemType
Type class
ignoreInterfaces
Type: SystemBoolean
if true, we inspect the type for implemented interfaces
See Also