C# Class CompositePattern.Song

Inheritance: SongComponent
Show file Open project: marwie/Design-Patterns-in-Unity-Example

Public Methods

Method Description
DisplaySongInformation ( ) : void
Song ( string name, string band, int year ) : System.Collections

Method Details

DisplaySongInformation() public method

public DisplaySongInformation ( ) : void
return void

Song() public method

public Song ( string name, string band, int year ) : System.Collections
name string
band string
year int
return System.Collections