BaseCodeGeneratorGenerateTypeImplementation Method |
Iterates over the interfaces and generate implementation
for each method in it.
Namespace: X3Platform.DynamicProxy.Builder.CodeGeneratorsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected void GenerateTypeImplementation(
Type type,
bool ignoreInterfaces
)
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