Метод | Описание | |
---|---|---|
Recording ( int duration, string id, string title ) : System.Collections.Generic |
Initializes a new instance of the Recording class.
|
|
ToString ( ) : string |
public Recording ( int duration, string id, string title ) : System.Collections.Generic | ||
duration | int | The duration (in seconds). |
id | string | The MusicBrainz ID. |
title | string | The title of the recording. |
Результат | System.Collections.Generic |