Click or drag to resize

StiCSharpCodeGeneratorGenerateEntryPointMethod Method

[Missing <summary> documentation for "M:Stimulsoft.Report.CodeDom.StiCSharpCodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)"]

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected override void GenerateEntryPointMethod(
	CodeEntryPointMethod e,
	CodeTypeDeclaration c
)

Parameters

e
Type: System.CodeDomCodeEntryPointMethod

[Missing <param name="e"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCSharpCodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)"]

c
Type: System.CodeDomCodeTypeDeclaration

[Missing <param name="c"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCSharpCodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)"]

See Also