C# Class nothinbutdotnetprep.collections.MovieLibrary

Afficher le fichier Open project: dwpdaxko/prep Class Usage Examples

Méthodes publiques

Méthode Description
MovieLibrary ( IList list_of_movies ) : System.Collections.Generic
add ( nothinbutdotnetprep.collections.Movie movie ) : void
all_movies ( ) : IEnumerable

Private Methods

Méthode Description
already_contains ( nothinbutdotnetprep.collections.Movie movie ) : bool

Method Details

MovieLibrary() public méthode

public MovieLibrary ( IList list_of_movies ) : System.Collections.Generic
list_of_movies IList
Résultat System.Collections.Generic

add() public méthode

public add ( nothinbutdotnetprep.collections.Movie movie ) : void
movie nothinbutdotnetprep.collections.Movie
Résultat void

all_movies() public méthode

public all_movies ( ) : IEnumerable
Résultat IEnumerable