SourceTrack Constructor (Int32) |
Namespace:
Options.Core
Assembly:
CSAudioCDRipper (in CSAudioCDRipper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic SourceTrack(
int TrackIndex
)
Public Sub New (
TrackIndex As Integer
)
Dim TrackIndex As Integer
Dim instance As New SourceTrack(TrackIndex)
new :
TrackIndex : int -> SourceTrack
public SourceTrack(
int TrackIndex
)
public function SourceTrack(
TrackIndex : int
)
Options.Core.SourceTrack = function(TrackIndex);
Parameters
- TrackIndex
- Type: SystemInt32
See Also