C# Class System.Collections.ArrayList.FixedSizeArrayList

Inheritance: ArrayList
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Add() public méthode

public Add ( Object obj ) : int
obj Object
Résultat int

AddRange() public méthode

public AddRange ( ICollection c ) : void
c ICollection
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : Object
Résultat Object

Contains() public méthode

public Contains ( Object obj ) : bool
obj Object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetRange() public méthode

public GetRange ( int index, int count ) : ArrayList
index int
count int
Résultat ArrayList

IndexOf() public méthode

public IndexOf ( Object value ) : int
value Object
Résultat int

Insert() public méthode

public Insert ( int index, Object obj ) : void
index int
obj Object
Résultat void

LastIndexOf() public méthode

public LastIndexOf ( Object value ) : int
value Object
Résultat int

Remove() public méthode

public Remove ( Object value ) : void
value Object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

ToArray() public méthode

public ToArray ( ) : Object[]
Résultat Object[]

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void

this() public méthode

public this ( int index ) : Object
index int
Résultat Object