Click or drag to resize

SequenceParserExceptionIndexConflictingNames Constructor

Creates an instance with the name of the index and the conflicting one.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceParserExceptionIndexConflictingNames(
	string indexName,
	string indexName2
)

Parameters

indexName
Type: SystemString
indexName2
Type: SystemString
See Also