Click or drag to resize

DebuggerEnvironmentShowMsgAskForIntegerNumber(String, Int32) Method


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

Parameters

msg  String
 
defaultOnEmptyInput  Int32
 

Return Value

Int32

Implements

IDebuggerEnvironmentShowMsgAskForIntegerNumber(String, Int32)
See Also