C# 클래스 IssuesWithNonGenericCollections.PersonCollection

상속: IEnumerable
파일 보기 프로젝트 열기: Apress/pro-c-sharp-9-w-.net-core-5 1 사용 예제들

공개 메소드들

메소드 설명
AddPerson ( IssuesWithNonGenericCollections.Person p ) : void
ClearPeople ( ) : void
GetPerson ( int pos ) : IssuesWithNonGenericCollections.Person

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

AddPerson() 공개 메소드

public AddPerson ( IssuesWithNonGenericCollections.Person p ) : void
p IssuesWithNonGenericCollections.Person
리턴 void

ClearPeople() 공개 메소드

public ClearPeople ( ) : void
리턴 void

GetPerson() 공개 메소드

public GetPerson ( int pos ) : IssuesWithNonGenericCollections.Person
pos int
리턴 IssuesWithNonGenericCollections.Person