Click or drag to resize

DebuggerEnvironmentShowMsgAskForIntegerNumber Method (String, Int32)

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public int ShowMsgAskForIntegerNumber(
	string msg,
	int defaultOnEmptyInput
)

Parameters

msg
Type: SystemString
defaultOnEmptyInput
Type: SystemInt32

Return Value

Type: Int32

Implements

IDebuggerEnvironmentShowMsgAskForIntegerNumber(String, Int32)
See Also