C# Class CascadeSharp.TKBO.IntTools.IntTools_CArray1OfInteger

Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( int Value ) : void
ChangeValue ( int Index ) : int
Destroy ( ) : void
Init ( int V ) : void
IntTools_CArray1OfInteger ( ) : System
IntTools_CArray1OfInteger ( IntTools_CArray1OfInteger AnArray ) : System
IntTools_CArray1OfInteger ( int Length ) : System
IntTools_CArray1OfInteger ( int Item, int Length ) : System
IsEqual ( IntTools_CArray1OfInteger Other ) : bool
Length ( ) : int
Resize ( int theNewLength ) : void
SetValue ( int Index, int Value ) : void
Value ( int Index ) : int

Method Details

Append() public method

public Append ( int Value ) : void
Value int
return void

ChangeValue() public method

public ChangeValue ( int Index ) : int
Index int
return int

Destroy() public method

public Destroy ( ) : void
return void

Init() public method

public Init ( int V ) : void
V int
return void

IntTools_CArray1OfInteger() public method

public IntTools_CArray1OfInteger ( ) : System
return System

IntTools_CArray1OfInteger() public method

public IntTools_CArray1OfInteger ( IntTools_CArray1OfInteger AnArray ) : System
AnArray IntTools_CArray1OfInteger
return System

IntTools_CArray1OfInteger() public method

public IntTools_CArray1OfInteger ( int Length ) : System
Length int
return System

IntTools_CArray1OfInteger() public method

public IntTools_CArray1OfInteger ( int Item, int Length ) : System
Item int
Length int
return System

IsEqual() public method

public IsEqual ( IntTools_CArray1OfInteger Other ) : bool
Other IntTools_CArray1OfInteger
return bool

Length() public method

public Length ( ) : int
return int

Resize() public method

public Resize ( int theNewLength ) : void
theNewLength int
return void

SetValue() public method

public SetValue ( int Index, int Value ) : void
Index int
Value int
return void

Value() public method

public Value ( int Index ) : int
Index int
return int