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

상속: ArrayList
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Add ( Object value ) : int
AddRange ( ICollection c ) : void
BinarySearch ( int index, int count, Object value, IComparer comparer ) : int
Clear ( ) : void
Clone ( ) : Object
Contains ( Object item ) : bool
CopyTo ( Array array, int index ) : void
CopyTo ( int index, Array 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
RemoveAt ( int index ) : void
RemoveRange ( int index, int count ) : void
Reverse ( int index, int count ) : void
Sort ( int index, int count, IComparer comparer ) : void
ToArray ( ) : Object[]
TrimToSize ( ) : void
this ( int index ) : Object

비공개 메소드들

메소드 설명
InternalUpdateRange ( ) : void
InternalUpdateVersion ( ) : void
LastIndexOf ( Object value, int startIndex ) : int
LastIndexOf ( Object value, int startIndex, int count ) : int
Range ( ArrayList list, int index, int count ) : System.Security
SetRange ( int index, ICollection c ) : void
ToArray ( Type type ) : Array

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

BinarySearch() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Contains() 공개 메소드

public Contains ( Object item ) : bool
item Object
리턴 bool

CopyTo() 공개 메소드

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

CopyTo() 공개 메소드

public CopyTo ( int index, Array array, int arrayIndex, int count ) : void
index int
array System.Array
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

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 ( int index, int count ) : void
index int
count int
리턴 void

Sort() 공개 메소드

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

ToArray() 공개 메소드

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

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

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