C# Class CascadeSharp.TKernel.Message.Message_SequenceOfPrinters

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( Message_SequenceOfPrinters theOther ) : Message_SequenceOfPrinters
theOther Message_SequenceOfPrinters
return Message_SequenceOfPrinters

ChangeFirst() public method

public ChangeFirst ( ) : Message_Printer
return Message_Printer

ChangeLast() public method

public ChangeLast ( ) : Message_Printer
return Message_Printer

ChangeValue() public method

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

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 ( ) : Message_Printer
return Message_Printer

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : Message_Printer
return Message_Printer

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Message_SequenceOfPrinters() public method

public Message_SequenceOfPrinters ( ) : System
return System

Message_SequenceOfPrinters() public method

public Message_SequenceOfPrinters ( Message_SequenceOfPrinters theOther ) : System
theOther Message_SequenceOfPrinters
return System

Message_SequenceOfPrinters() public method

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

Prepend() public method

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

Prepend() public method

public Prepend ( Message_SequenceOfPrinters theSeq ) : void
theSeq Message_SequenceOfPrinters
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, Message_Printer theItem ) : void
theIndex int
theItem Message_Printer
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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