C# 클래스 PersonList, gert

상속: Persistent
파일 보기 프로젝트 열기: mono/gert 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Contains ( object a ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object a ) : int
Insert ( int index, object item ) : void
Remove ( object x ) : void
RemoveAt ( int i ) : void
this ( int index ) : object

비공개 메소드들

메소드 설명
IList ( object item ) : int

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object a ) : bool
a object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( object a ) : int
a object
리턴 int

Insert() 공개 메소드

public Insert ( int index, object item ) : void
index int
item object
리턴 void

Remove() 공개 메소드

public Remove ( object x ) : void
x object
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int i ) : void
i int
리턴 void

this() 공개 메소드

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