C# 클래스 PocketCampus.Food.Models.Restaurant

파일 보기 프로젝트 열기: accandme/pocketcampus

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