C# Class System.Collections.ArrayList.ReadOnlyArrayListWrapper

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

Méthodes publiques

Méthode Description
ReadOnlyArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
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
this ( int index ) : object

Method Details

ReadOnlyArrayListWrapper() public méthode

public ReadOnlyArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
innerArrayList ArrayList
Résultat System.Runtime.InteropServices

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

this() public méthode

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