C# Class Poonya.Utils.ArrayList

Afficher le fichier Open project: sunag/sea3d

Méthodes publiques

Méthode Description
Add ( object value ) : void
AddAt ( object value, int index ) : void
ArrayList ( ) : System
ArrayList ( System.Collections.ArrayList list ) : System
Get ( int index ) : object
RemoveAt ( int index ) : void
Swap ( int source, int target ) : void

Method Details

Add() public méthode

public Add ( object value ) : void
value object
Résultat void

AddAt() public méthode

public AddAt ( object value, int index ) : void
value object
index int
Résultat void

ArrayList() public méthode

public ArrayList ( ) : System
Résultat System

ArrayList() public méthode

public ArrayList ( System.Collections.ArrayList list ) : System
list System.Collections.ArrayList
Résultat System

Get() public méthode

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

RemoveAt() public méthode

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

Swap() public méthode

public Swap ( int source, int target ) : void
source int
target int
Résultat void