Click or drag to resize
BaseCodeGeneratorGenerateMethods Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.GenerateMethods(System.Type,X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty[])"]

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected virtual void GenerateMethods(
	Type inter,
	EasyProperty[] properties
)

Parameters

inter
Type: SystemType

[Missing <param name="inter"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.GenerateMethods(System.Type,X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty[])"]

properties
Type: X3Platform.DynamicProxy.Builder.CodeBuilderEasyProperty

[Missing <param name="properties"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.GenerateMethods(System.Type,X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty[])"]

See Also