C# Class PocketCampus.Food.Models.Restaurant

Afficher le fichier Open project: accandme/pocketcampus

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
WithMeals ( IEnumerable meals ) : Restaurant

Creates a copy of the restaurant, replacing the meals with the specified ones.

Method Details

WithMeals() public méthode

Creates a copy of the restaurant, replacing the meals with the specified ones.
public WithMeals ( IEnumerable meals ) : Restaurant
meals IEnumerable
Résultat Restaurant