C# 클래스 List.MyList

파일 보기 프로젝트 열기: AlexAlbala/AlterNative-Tests 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Node n ) : void
BubbleSort ( ) : void
Length ( ) : int
MyList ( ) : System
getElementAt ( int index ) : Node

비공개 메소드들

메소드 설명
Swap ( int pos1, int pos2 ) : void

메소드 상세

Add() 공개 메소드

public Add ( Node n ) : void
n Node
리턴 void

BubbleSort() 공개 메소드

public BubbleSort ( ) : void
리턴 void

Length() 공개 메소드

public Length ( ) : int
리턴 int

MyList() 공개 메소드

public MyList ( ) : System
리턴 System

getElementAt() 공개 메소드

public getElementAt ( int index ) : Node
index int
리턴 Node