C# 클래스 CustomIndexerSample.PersonCollection

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

공개 메소드들

메소드 설명
PersonCollection ( ) : System
this ( System.DateTime birthDay ) : IEnumerable
this ( int index ) : Person

메소드 상세

PersonCollection() 공개 메소드

public PersonCollection ( ) : System
리턴 System

this() 공개 메소드

public this ( System.DateTime birthDay ) : IEnumerable
birthDay System.DateTime
리턴 IEnumerable

this() 공개 메소드

public this ( int index ) : Person
index int
리턴 Person