C# Class CascadeSharp.TKernel.Message.Message_SequenceOfPrinters

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Append ( Message_Printer theItem ) : void
theItem Message_Printer
Résultat void

Append() public méthode

public Append ( Message_SequenceOfPrinters theSeq ) : void
theSeq Message_SequenceOfPrinters
Résultat void

Assign() public méthode

public Assign ( Message_SequenceOfPrinters theOther ) : Message_SequenceOfPrinters
theOther Message_SequenceOfPrinters
Résultat Message_SequenceOfPrinters

ChangeFirst() public méthode

public ChangeFirst ( ) : Message_Printer
Résultat Message_Printer

ChangeLast() public méthode

public ChangeLast ( ) : Message_Printer
Résultat Message_Printer

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : Message_Printer
theIndex int
Résultat Message_Printer

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Exchange() public méthode

public Exchange ( int I, int J ) : void
I int
J int
Résultat void

First() public méthode

public First ( ) : Message_Printer
Résultat Message_Printer

InsertAfter() public méthode

public InsertAfter ( int theIndex, Message_Printer theItem ) : void
theIndex int
theItem Message_Printer
Résultat void

InsertAfter() public méthode

public InsertAfter ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
theIndex int
theSeq Message_SequenceOfPrinters
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, Message_Printer theItem ) : void
theIndex int
theItem Message_Printer
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
theIndex int
theSeq Message_SequenceOfPrinters
Résultat void

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : Message_Printer
Résultat Message_Printer

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Message_SequenceOfPrinters() public méthode

public Message_SequenceOfPrinters ( ) : System
Résultat System

Message_SequenceOfPrinters() public méthode

public Message_SequenceOfPrinters ( Message_SequenceOfPrinters theOther ) : System
theOther Message_SequenceOfPrinters
Résultat System

Message_SequenceOfPrinters() public méthode

public Message_SequenceOfPrinters ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Résultat System

Prepend() public méthode

public Prepend ( Message_Printer theItem ) : void
theItem Message_Printer
Résultat void

Prepend() public méthode

public Prepend ( Message_SequenceOfPrinters theSeq ) : void
theSeq Message_SequenceOfPrinters
Résultat void

Remove() public méthode

public Remove ( int theIndex ) : void
theIndex int
Résultat void

Remove() public méthode

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( int theIndex, Message_Printer theItem ) : void
theIndex int
theItem Message_Printer
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

public Split ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
theIndex int
theSeq Message_SequenceOfPrinters
Résultat void

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : Message_Printer
theIndex int
Résultat Message_Printer