C# Class Poonya.Utils.ArrayList

Mostrar archivo Open project: sunag/sea3d

Public Methods

Method 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 method

public Add ( object value ) : void
value object
return void

AddAt() public method

public AddAt ( object value, int index ) : void
value object
index int
return void

ArrayList() public method

public ArrayList ( ) : System
return System

ArrayList() public method

public ArrayList ( System.Collections.ArrayList list ) : System
list System.Collections.ArrayList
return System

Get() public method

public Get ( int index ) : object
index int
return object

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

Swap() public method

public Swap ( int source, int target ) : void
source int
target int
return void