C# Class LyricsEngine.LRC.SimpleLRCTimeAndLineCollection

Inheritance: IEnumerable, ICollection
Mostra file Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
Copy ( ) : string[]
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
GetSimpleLRCTimeAndLineIndex ( long time ) : int
SimpleLRCTimeAndLineCollection ( ) : System
SimpleLRCTimeAndLineCollection ( object array ) : System
this ( int index ) : SimpleLRCTimeAndLine

Private Methods

Method Description
Sort ( ) : void

Method Details

Copy() public method

public Copy ( ) : string[]
return string[]

CopyTo() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetSimpleLRCTimeAndLineIndex() public method

public GetSimpleLRCTimeAndLineIndex ( long time ) : int
time long
return int

SimpleLRCTimeAndLineCollection() public method

public SimpleLRCTimeAndLineCollection ( ) : System
return System

SimpleLRCTimeAndLineCollection() public method

public SimpleLRCTimeAndLineCollection ( object array ) : System
array object
return System

this() public method

public this ( int index ) : SimpleLRCTimeAndLine
index int
return SimpleLRCTimeAndLine