C# Class LyricsEngine.LRC.SimpleLRCTimeAndLine

Inheritance: IComparable
Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
IncludeOffset ( int offset ) : SimpleLRCTimeAndLine
SimpleLRCTimeAndLine ( int min, int sec, int msec, string line ) : System

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

IncludeOffset() public méthode

public IncludeOffset ( int offset ) : SimpleLRCTimeAndLine
offset int
Résultat SimpleLRCTimeAndLine

SimpleLRCTimeAndLine() public méthode

public SimpleLRCTimeAndLine ( int min, int sec, int msec, string line ) : System
min int
sec int
msec int
line string
Résultat System