C# Class nothinbutdotnetprep.collections.MovieLibrary

显示文件 Open project: dwpdaxko/prep Class Usage Examples

Public Methods

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

Private Methods

Method Description
already_contains ( nothinbutdotnetprep.collections.Movie movie ) : bool

Method Details

MovieLibrary() public method

public MovieLibrary ( IList list_of_movies ) : System.Collections.Generic
list_of_movies IList
return System.Collections.Generic

add() public method

public add ( nothinbutdotnetprep.collections.Movie movie ) : void
movie nothinbutdotnetprep.collections.Movie
return void

all_movies() public method

public all_movies ( ) : IEnumerable
return IEnumerable