C# Класс PocketCampus.Food.Models.Restaurant

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
WithMeals ( IEnumerable meals ) : Restaurant

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

Описание методов

WithMeals() публичный Метод

Creates a copy of the restaurant, replacing the meals with the specified ones.
public WithMeals ( IEnumerable meals ) : Restaurant
meals IEnumerable
Результат Restaurant