C# Class List.MyList

Afficher le fichier Open project: AlexAlbala/AlterNative-Tests Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Node n ) : void
BubbleSort ( ) : void
Length ( ) : int
MyList ( ) : System
getElementAt ( int index ) : Node

Private Methods

Méthode Description
Swap ( int pos1, int pos2 ) : void

Method Details

Add() public méthode

public Add ( Node n ) : void
n Node
Résultat void

BubbleSort() public méthode

public BubbleSort ( ) : void
Résultat void

Length() public méthode

public Length ( ) : int
Résultat int

MyList() public méthode

public MyList ( ) : System
Résultat System

getElementAt() public méthode

public getElementAt ( int index ) : Node
index int
Résultat Node