C# 클래스 ClientExample.Order

파일 보기 프로젝트 열기: pablito900/VisualLogs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ToString string

공개 메소드들

메소드 설명
Order ( Customer customer, Item item, int quantity ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

Order() 공개 메소드

public Order ( Customer customer, Item item, int quantity ) : System.Collections.Generic
customer Customer
item Item
quantity int
리턴 System.Collections.Generic