Click or drag to resize

CommaSeparatedEventReportSectionDefinition Constructor

Initializes a new instance of the CommaSeparatedEventReportSectionDefinition class

Namespace: GSF.SELEventParser
Assembly: GSF.SELEventParser (in GSF.SELEventParser.dll) Version: 2.4.181-beta
Syntax
public SectionDefinition(
	string Name,
	int StartLine,
	int Length
)
View Source

Parameters

Name  String
 
StartLine  Int32
 
Length  Int32
 
See Also