 | Pause Constructor |
Creates a new instance of the Pause class.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Pause(
double duration
)
Public Sub New (
duration As Double
)
public:
Pause(
double duration
)
new :
duration : float -> Pause
Parameters
- duration
- Type: SystemDouble
Determines the length of the pause.
See Also