C# Class IteratorPattern.SongInfo

Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Méthodes publiques

Méthode Description
SongInfo ( string songName, string bandName, int yearReleased ) : System.Collections
ToString ( ) : string

Method Details

SongInfo() public méthode

public SongInfo ( string songName, string bandName, int yearReleased ) : System.Collections
songName string
bandName string
yearReleased int
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string