Click or drag to resize
Pause Constructor
Creates a new instance of the Pause class.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Pause(
	double duration
)

Parameters

duration
Type: SystemDouble
Determines the length of the pause.
See Also