Click or drag to resize

SequenceBinaryExpressionSymbol Property

Returns this expression as string, in the form of left expression then operator then right expression; same for all binary expressions

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public override string Symbol { get; }

Property Value

String
See Also