LyricsEngine.LRC.SimpleLRCTimeAndLine.SimpleLRCTimeAndLine C# (CSharp) 메소드

SimpleLRCTimeAndLine() 공개 메소드

public SimpleLRCTimeAndLine ( int min, int sec, int msec, string line ) : System
min int
sec int
msec int
line string
리턴 System
        public SimpleLRCTimeAndLine(int min, int sec, int msec, string line)
        {
            _min = min;
            _sec = sec;
            _msec = msec;
            _line = line;
        }