C# Class CascadeSharp.TKernel.Units.Units_UtsSequence

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

Méthodes publiques

Méthode Description
Append ( CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
Append ( Units_UtsSequence theSeq ) : void
Assign ( Units_UtsSequence theOther ) : Units_UtsSequence
ChangeFirst ( ) : CascadeSharp.TKernel.Units.Units_Unit
ChangeLast ( ) : CascadeSharp.TKernel.Units.Units_Unit
ChangeValue ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Unit
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKernel.Units.Units_Unit
InsertAfter ( int theIndex, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
InsertAfter ( int theIndex, Units_UtsSequence theSeq ) : void
InsertBefore ( int theIndex, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
InsertBefore ( int theIndex, Units_UtsSequence theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKernel.Units.Units_Unit
Length ( ) : int
Lower ( ) : int
Prepend ( CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
Prepend ( Units_UtsSequence theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
Size ( ) : int
Split ( int theIndex, Units_UtsSequence theSeq ) : void
Units_UtsSequence ( ) : System
Units_UtsSequence ( NCollection_BaseAllocator theAllocator ) : System
Units_UtsSequence ( Units_UtsSequence theOther ) : System
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Unit

Method Details

Append() public méthode

public Append ( CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theItem CascadeSharp.TKernel.Units.Units_Unit
Résultat void

Append() public méthode

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

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : CascadeSharp.TKernel.Units.Units_Unit
Résultat CascadeSharp.TKernel.Units.Units_Unit

ChangeLast() public méthode

public ChangeLast ( ) : CascadeSharp.TKernel.Units.Units_Unit
Résultat CascadeSharp.TKernel.Units.Units_Unit

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Unit
theIndex int
Résultat CascadeSharp.TKernel.Units.Units_Unit

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 ( ) : CascadeSharp.TKernel.Units.Units_Unit
Résultat CascadeSharp.TKernel.Units.Units_Unit

InsertAfter() public méthode

public InsertAfter ( int theIndex, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Unit
Résultat void

InsertAfter() public méthode

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

InsertBefore() public méthode

public InsertBefore ( int theIndex, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Unit
Résultat void

InsertBefore() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : CascadeSharp.TKernel.Units.Units_Unit
Résultat CascadeSharp.TKernel.Units.Units_Unit

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Prepend() public méthode

public Prepend ( CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theItem CascadeSharp.TKernel.Units.Units_Unit
Résultat void

Prepend() public méthode

public Prepend ( Units_UtsSequence theSeq ) : void
theSeq Units_UtsSequence
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, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Unit
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

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

Units_UtsSequence() public méthode

public Units_UtsSequence ( ) : System
Résultat System

Units_UtsSequence() public méthode

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

Units_UtsSequence() public méthode

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

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Unit
theIndex int
Résultat CascadeSharp.TKernel.Units.Units_Unit