C# Class List.MyList

Show file Open project: AlexAlbala/AlterNative-Tests Class Usage Examples

Public Methods

Method Description
Add ( Node n ) : void
BubbleSort ( ) : void
Length ( ) : int
MyList ( ) : System
getElementAt ( int index ) : Node

Private Methods

Method Description
Swap ( int pos1, int pos2 ) : void

Method Details

Add() public method

public Add ( Node n ) : void
n Node
return void

BubbleSort() public method

public BubbleSort ( ) : void
return void

Length() public method

public Length ( ) : int
return int

MyList() public method

public MyList ( ) : System
return System

getElementAt() public method

public getElementAt ( int index ) : Node
index int
return Node