C# Class CascadeSharp.TKBO.IntTools.IntTools_SequenceOfCommonPrts

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( IntTools_CommonPrt theItem ) : void
Append ( IntTools_SequenceOfCommonPrts theSeq ) : void
Assign ( IntTools_SequenceOfCommonPrts theOther ) : IntTools_SequenceOfCommonPrts
ChangeFirst ( ) : IntTools_CommonPrt
ChangeLast ( ) : IntTools_CommonPrt
ChangeValue ( int theIndex ) : IntTools_CommonPrt
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : IntTools_CommonPrt
InsertAfter ( int theIndex, IntTools_CommonPrt theItem ) : void
InsertAfter ( int theIndex, IntTools_SequenceOfCommonPrts theSeq ) : void
InsertBefore ( int theIndex, IntTools_CommonPrt theItem ) : void
InsertBefore ( int theIndex, IntTools_SequenceOfCommonPrts theSeq ) : void
IntTools_SequenceOfCommonPrts ( ) : System
IntTools_SequenceOfCommonPrts ( IntTools_SequenceOfCommonPrts theOther ) : System
IntTools_SequenceOfCommonPrts ( NCollection_BaseAllocator theAllocator ) : System
IsEmpty ( ) : bool
Last ( ) : IntTools_CommonPrt
Length ( ) : int
Lower ( ) : int
Prepend ( IntTools_CommonPrt theItem ) : void
Prepend ( IntTools_SequenceOfCommonPrts theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, IntTools_CommonPrt theItem ) : void
Size ( ) : int
Split ( int theIndex, IntTools_SequenceOfCommonPrts theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : IntTools_CommonPrt

Method Details

Append() public method

public Append ( IntTools_CommonPrt theItem ) : void
theItem IntTools_CommonPrt
return void

Append() public method

public Append ( IntTools_SequenceOfCommonPrts theSeq ) : void
theSeq IntTools_SequenceOfCommonPrts
return void

Assign() public method

public Assign ( IntTools_SequenceOfCommonPrts theOther ) : IntTools_SequenceOfCommonPrts
theOther IntTools_SequenceOfCommonPrts
return IntTools_SequenceOfCommonPrts

ChangeFirst() public method

public ChangeFirst ( ) : IntTools_CommonPrt
return IntTools_CommonPrt

ChangeLast() public method

public ChangeLast ( ) : IntTools_CommonPrt
return IntTools_CommonPrt

ChangeValue() public method

public ChangeValue ( int theIndex ) : IntTools_CommonPrt
theIndex int
return IntTools_CommonPrt

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

First() public method

public First ( ) : IntTools_CommonPrt
return IntTools_CommonPrt

InsertAfter() public method

public InsertAfter ( int theIndex, IntTools_CommonPrt theItem ) : void
theIndex int
theItem IntTools_CommonPrt
return void

InsertAfter() public method

public InsertAfter ( int theIndex, IntTools_SequenceOfCommonPrts theSeq ) : void
theIndex int
theSeq IntTools_SequenceOfCommonPrts
return void

InsertBefore() public method

public InsertBefore ( int theIndex, IntTools_CommonPrt theItem ) : void
theIndex int
theItem IntTools_CommonPrt
return void

InsertBefore() public method

public InsertBefore ( int theIndex, IntTools_SequenceOfCommonPrts theSeq ) : void
theIndex int
theSeq IntTools_SequenceOfCommonPrts
return void

IntTools_SequenceOfCommonPrts() public method

public IntTools_SequenceOfCommonPrts ( ) : System
return System

IntTools_SequenceOfCommonPrts() public method

public IntTools_SequenceOfCommonPrts ( IntTools_SequenceOfCommonPrts theOther ) : System
theOther IntTools_SequenceOfCommonPrts
return System

IntTools_SequenceOfCommonPrts() public method

public IntTools_SequenceOfCommonPrts ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : IntTools_CommonPrt
return IntTools_CommonPrt

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( IntTools_CommonPrt theItem ) : void
theItem IntTools_CommonPrt
return void

Prepend() public method

public Prepend ( IntTools_SequenceOfCommonPrts theSeq ) : void
theSeq IntTools_SequenceOfCommonPrts
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

SetValue() public method

public SetValue ( int theIndex, IntTools_CommonPrt theItem ) : void
theIndex int
theItem IntTools_CommonPrt
return void

Size() public method

public Size ( ) : int
return int

Split() public method

public Split ( int theIndex, IntTools_SequenceOfCommonPrts theSeq ) : void
theIndex int
theSeq IntTools_SequenceOfCommonPrts
return void

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : IntTools_CommonPrt
theIndex int
return IntTools_CommonPrt