C# 클래스 ConvertingList, code

상속: IList
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
Add ( item ) : void
Clear ( ) : void
Contains ( item ) : bool
ConvertingList ( IList inner, Func, conv )
CopyTo ( Array, array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( item ) : int
Insert ( int index, item ) : void
Remove ( item ) : bool
RemoveAt ( int index ) : void
this ( int index ) : TDest,

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator,

메소드 상세

Add() 공개 메소드

public Add ( item ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( item ) : bool
리턴 bool

ConvertingList() 공개 메소드

public ConvertingList ( IList inner, Func, conv )
inner IList
conv Func,

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( item ) : int
리턴 int

Insert() 공개 메소드

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

Remove() 공개 메소드

public Remove ( item ) : bool
리턴 bool

RemoveAt() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : TDest,
index int
리턴 TDest,