C# Class CascadeSharp.TKService.Aspect.Aspect_SequenceOfColor

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

Méthodes publiques

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

Method Details

Append() public méthode

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

Append() public méthode

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

Aspect_SequenceOfColor() public méthode

public Aspect_SequenceOfColor ( ) : System
Résultat System

Aspect_SequenceOfColor() public méthode

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

Aspect_SequenceOfColor() public méthode

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

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : Quantity_Color
Résultat Quantity_Color

ChangeLast() public méthode

public ChangeLast ( ) : Quantity_Color
Résultat Quantity_Color

ChangeValue() public méthode

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

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 ( ) : Quantity_Color
Résultat Quantity_Color

InsertAfter() public méthode

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

InsertAfter() public méthode

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

InsertBefore() public méthode

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

InsertBefore() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : Quantity_Color
Résultat Quantity_Color

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 ( Aspect_SequenceOfColor theSeq ) : void
theSeq Aspect_SequenceOfColor
Résultat void

Prepend() public méthode

public Prepend ( Quantity_Color theItem ) : void
theItem Quantity_Color
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, Quantity_Color theItem ) : void
theIndex int
theItem Quantity_Color
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

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

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

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