C# Class System.Collections.ArrayList.Range

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

Méthodes publiques

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

Private Methods

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

Method Details

Add() public méthode

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

AddRange() public méthode

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

BinarySearch() public méthode

public BinarySearch ( int index, int count, Object value, IComparer comparer ) : int
index int
count int
value Object
comparer IComparer
Résultat int

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 item ) : bool
item Object
Résultat bool

CopyTo() public méthode

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

CopyTo() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetEnumerator() public méthode

public GetEnumerator ( int index, int count ) : IEnumerator
index int
count int
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

IndexOf() public méthode

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

IndexOf() public méthode

public IndexOf ( Object value, int startIndex, int count ) : int
value Object
startIndex int
count int
Résultat int

Insert() public méthode

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

InsertRange() public méthode

public InsertRange ( int index, ICollection c ) : void
index int
c ICollection
Résultat void

LastIndexOf() public méthode

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

RemoveAt() public méthode

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

RemoveRange() public méthode

public RemoveRange ( int index, int count ) : void
index int
count int
Résultat void

Reverse() public méthode

public Reverse ( int index, int count ) : void
index int
count int
Résultat void

Sort() public méthode

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
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