C# 클래스 Bender.Collections.GenericListAdapter

상속: IList
파일 보기 프로젝트 열기: mikeobrien/Bender

공개 메소드들

메소드 설명
Add ( object value ) : int
Clear ( ) : void
Contains ( object value ) : bool
CopyTo ( Array array, int index ) : void
Create ( object list ) : IList
IndexOf ( object value ) : int
Insert ( int index, object value ) : void
Remove ( object value ) : void
RemoveAt ( int index ) : void
this ( int key ) : object

비공개 메소드들

메소드 설명
GenericListAdapter ( object list, CachedType type ) : System
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( object value ) : int
value object
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

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

CopyTo() 공개 메소드

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

Create() 공개 정적인 메소드

public static Create ( object list ) : IList
list object
리턴 IList

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

this() 공개 메소드

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