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.1
Syntax
C#
public SequenceParserExceptionIndexConflictingNames(
	string indexName,
	string indexName2
)

Parameters

indexName  String
 
indexName2  String
 
See Also