C# Class System.Collections.ArrayList.RangedArrayList

Inheritance: ArrayListWrapper
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Add ( object value ) : int
AddRange ( ICollection c ) : void
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
RangedArrayList ( ArrayList innerList, int index, int count ) : System.Runtime.InteropServices
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

Private Methods

Méthode Description
VerifyStateChanges ( ) : void

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

BinarySearch() public méthode

public BinarySearch ( object value ) : int
value object
Résultat int

BinarySearch() public méthode

public BinarySearch ( object value, IComparer comparer ) : 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 value ) : bool
value object
Résultat bool

CopyTo() public méthode

public CopyTo ( System array ) : void
array System
Résultat void

CopyTo() public méthode

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

CopyTo() public méthode

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

LastIndexOf() public méthode

public LastIndexOf ( object value, int startIndex ) : int
value object
startIndex int
Résultat int

LastIndexOf() public méthode

public LastIndexOf ( object value, int startIndex, int count ) : int
value object
startIndex int
count int
Résultat int

RangedArrayList() public méthode

public RangedArrayList ( ArrayList innerList, int index, int count ) : System.Runtime.InteropServices
innerList ArrayList
index int
count int
Résultat System.Runtime.InteropServices

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

RemoveRange() public méthode

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

Reverse() public méthode

public Reverse ( ) : void
Résultat void

Reverse() public méthode

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

SetRange() public méthode

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

Sort() public méthode

public Sort ( ) : void
Résultat void

Sort() public méthode

public Sort ( IComparer comparer ) : void
comparer IComparer
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 ( Type elementType ) : Array
elementType System.Type
Résultat System.Array

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