C# 클래스 LyricsEngine.LRC.SimpleLRCTimeAndLineCollection

상속: IEnumerable, ICollection
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( ) : string[]
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
GetSimpleLRCTimeAndLineIndex ( long time ) : int
SimpleLRCTimeAndLineCollection ( ) : System
SimpleLRCTimeAndLineCollection ( object array ) : System
this ( int index ) : SimpleLRCTimeAndLine

비공개 메소드들

메소드 설명
Sort ( ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : string[]
리턴 string[]

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetSimpleLRCTimeAndLineIndex() 공개 메소드

public GetSimpleLRCTimeAndLineIndex ( long time ) : int
time long
리턴 int

SimpleLRCTimeAndLineCollection() 공개 메소드

public SimpleLRCTimeAndLineCollection ( ) : System
리턴 System

SimpleLRCTimeAndLineCollection() 공개 메소드

public SimpleLRCTimeAndLineCollection ( object array ) : System
array object
리턴 System

this() 공개 메소드

public this ( int index ) : SimpleLRCTimeAndLine
index int
리턴 SimpleLRCTimeAndLine