C# 클래스 BambooBreizhCamp.Programme

상속: IDisposable
파일 보기 프로젝트 열기: BreizhJUG/breizhcamp-resources 1 사용 예제들

공개 메소드들

메소드 설명
AjouterPersonne ( string Nom, string Prenom, int Age ) : void
CompterPersonnes ( ) : int
Dispose ( ) : void
Programme ( ) : System

메소드 상세

AjouterPersonne() 공개 메소드

public AjouterPersonne ( string Nom, string Prenom, int Age ) : void
Nom string
Prenom string
Age int
리턴 void

CompterPersonnes() 공개 메소드

public CompterPersonnes ( ) : int
리턴 int

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Programme() 공개 메소드

public Programme ( ) : System
리턴 System