C# 클래스 Poonya.Utils.ArrayList

파일 보기 프로젝트 열기: sunag/sea3d

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( object value ) : void
value object
리턴 void

AddAt() 공개 메소드

public AddAt ( object value, int index ) : void
value object
index int
리턴 void

ArrayList() 공개 메소드

public ArrayList ( ) : System
리턴 System

ArrayList() 공개 메소드

public ArrayList ( System.Collections.ArrayList list ) : System
list System.Collections.ArrayList
리턴 System

Get() 공개 메소드

public Get ( int index ) : object
index int
리턴 object

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

Swap() 공개 메소드

public Swap ( int source, int target ) : void
source int
target int
리턴 void