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

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

공개 메소드들

메소드 설명
Add ( Object obj ) : int
AddRange ( ICollection c ) : void
Clear ( ) : void
Clone ( ) : Object
Contains ( Object obj ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
GetRange ( int index, int count ) : ArrayList
IndexOf ( Object value ) : int
Insert ( int index, Object obj ) : void
LastIndexOf ( Object value ) : int
Remove ( Object value ) : void
RemoveAt ( int index ) : void
ToArray ( ) : Object[]
TrimToSize ( ) : void
this ( int index ) : Object

비공개 메소드들

메소드 설명
BinarySearch ( int index, int count, Object value, IComparer comparer ) : int
CopyTo ( int index, Array array, int arrayIndex, int count ) : void
FixedSizeArrayList ( ArrayList l ) : System.Security
GetEnumerator ( int index, int count ) : IEnumerator
IndexOf ( Object value, int startIndex ) : int
IndexOf ( Object value, int startIndex, int count ) : int
InsertRange ( int index, ICollection c ) : void
LastIndexOf ( Object value, int startIndex ) : int
LastIndexOf ( Object value, int startIndex, int count ) : int
RemoveRange ( int index, int count ) : void
Reverse ( int index, int count ) : void
SetRange ( int index, ICollection c ) : void
Sort ( int index, int count, IComparer comparer ) : void
ToArray ( Type type ) : Array

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Contains() 공개 메소드

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

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetRange() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

public Insert ( int index, Object obj ) : void
index int
obj Object
리턴 void

LastIndexOf() 공개 메소드

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

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

ToArray() 공개 메소드

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

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

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