C# 클래스 System.Collections.ArrayList.ArrayListAdapter

상속: ArrayList
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
Add ( object value ) : int
AddRange ( ICollection c ) : void
ArrayListAdapter ( IList adaptee ) : System.Runtime.InteropServices
BinarySearch ( int index, int count, object value, IComparer comparer ) : int
BinarySearch ( object value ) : int
BinarySearch ( object value, IComparer comparer ) : int
Clear ( ) : void
Clone ( ) : object
Contains ( object value ) : bool
CopyTo ( System array ) : void
CopyTo ( System array, int index ) : void
CopyTo ( int index, System array, int arrayIndex, int count ) : void
GetEnumerator ( ) : IEnumerator
GetEnumerator ( int index, int count ) : IEnumerator
GetRange ( int index, int count ) : ArrayList
IndexOf ( object value ) : int
IndexOf ( object value, int startIndex ) : int
IndexOf ( object value, int startIndex, int count ) : int
Insert ( int index, object value ) : void
InsertRange ( int index, ICollection c ) : void
LastIndexOf ( object value ) : int
LastIndexOf ( object value, int startIndex ) : int
LastIndexOf ( object value, int startIndex, int count ) : int
Remove ( object value ) : void
RemoveAt ( int index ) : void
RemoveRange ( int index, int count ) : void
Reverse ( ) : void
Reverse ( int index, int count ) : void
SetRange ( int index, ICollection c ) : void
Sort ( ) : void
Sort ( IComparer comparer ) : void
Sort ( int index, int count, IComparer comparer ) : void
ToArray ( Type elementType ) : Array
ToArray ( ) : object[]
TrimToSize ( ) : void
this ( int index ) : object

비공개 메소드들

메소드 설명
QuickSort ( IList list, int left, int right, IComparer comparer ) : void

Quicksort for lists.

This function acts as both qsort() and partition().

Swap ( IList list, int x, int y ) : void

Swaps two items in a list at the specified indexes.

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

public AddRange ( ICollection c ) : void
c ICollection
리턴 void

ArrayListAdapter() 공개 메소드

public ArrayListAdapter ( IList adaptee ) : System.Runtime.InteropServices
adaptee IList
리턴 System.Runtime.InteropServices

BinarySearch() 공개 메소드

public BinarySearch ( int index, int count, object value, IComparer comparer ) : int
index int
count int
value object
comparer IComparer
리턴 int

BinarySearch() 공개 메소드

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

BinarySearch() 공개 메소드

public BinarySearch ( object value, IComparer comparer ) : int
value object
comparer IComparer
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Contains() 공개 메소드

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

CopyTo() 공개 메소드

public CopyTo ( System array ) : void
array System
리턴 void

CopyTo() 공개 메소드

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

CopyTo() 공개 메소드

public CopyTo ( int index, System array, int arrayIndex, int count ) : void
index int
array System
arrayIndex int
count int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetEnumerator() 공개 메소드

public GetEnumerator ( int index, int count ) : IEnumerator
index int
count int
리턴 IEnumerator

GetRange() 공개 메소드

public GetRange ( int index, int count ) : ArrayList
index int
count int
리턴 ArrayList

IndexOf() 공개 메소드

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

IndexOf() 공개 메소드

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

IndexOf() 공개 메소드

public IndexOf ( object value, int startIndex, int count ) : int
value object
startIndex int
count int
리턴 int

Insert() 공개 메소드

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

InsertRange() 공개 메소드

public InsertRange ( int index, ICollection c ) : void
index int
c ICollection
리턴 void

LastIndexOf() 공개 메소드

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

LastIndexOf() 공개 메소드

public LastIndexOf ( object value, int startIndex ) : int
value object
startIndex int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( object value, int startIndex, int count ) : int
value object
startIndex int
count int
리턴 int

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

RemoveRange() 공개 메소드

public RemoveRange ( int index, int count ) : void
index int
count int
리턴 void

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

Reverse() 공개 메소드

public Reverse ( int index, int count ) : void
index int
count int
리턴 void

SetRange() 공개 메소드

public SetRange ( int index, ICollection c ) : void
index int
c ICollection
리턴 void

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( IComparer comparer ) : void
comparer IComparer
리턴 void

Sort() 공개 메소드

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
리턴 void

ToArray() 공개 메소드

public ToArray ( Type elementType ) : Array
elementType Type
리턴 Array

ToArray() 공개 메소드

public ToArray ( ) : object[]
리턴 object[]

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

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