C# Класс CascadeSharp.TKService.Aspect.Aspect_SequenceOfColor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Append() публичный Метод

public Append ( Aspect_SequenceOfColor theSeq ) : void
theSeq Aspect_SequenceOfColor
Результат void

Append() публичный Метод

public Append ( Quantity_Color theItem ) : void
theItem Quantity_Color
Результат void

Aspect_SequenceOfColor() публичный Метод

public Aspect_SequenceOfColor ( ) : System
Результат System

Aspect_SequenceOfColor() публичный Метод

public Aspect_SequenceOfColor ( Aspect_SequenceOfColor theOther ) : System
theOther Aspect_SequenceOfColor
Результат System

Aspect_SequenceOfColor() публичный Метод

public Aspect_SequenceOfColor ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Результат System

Assign() публичный Метод

public Assign ( Aspect_SequenceOfColor theOther ) : Aspect_SequenceOfColor
theOther Aspect_SequenceOfColor
Результат Aspect_SequenceOfColor

ChangeFirst() публичный Метод

public ChangeFirst ( ) : Quantity_Color
Результат Quantity_Color

ChangeLast() публичный Метод

public ChangeLast ( ) : Quantity_Color
Результат Quantity_Color

ChangeValue() публичный Метод

public ChangeValue ( int theIndex ) : Quantity_Color
theIndex int
Результат Quantity_Color

Clear() публичный Метод

public Clear ( ) : void
Результат void

Clear() публичный Метод

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Результат void

Exchange() публичный Метод

public Exchange ( int I, int J ) : void
I int
J int
Результат void

First() публичный Метод

public First ( ) : Quantity_Color
Результат Quantity_Color

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, Aspect_SequenceOfColor theSeq ) : void
theIndex int
theSeq Aspect_SequenceOfColor
Результат void

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, Quantity_Color theItem ) : void
theIndex int
theItem Quantity_Color
Результат void

InsertBefore() публичный Метод

public InsertBefore ( int theIndex, Aspect_SequenceOfColor theSeq ) : void
theIndex int
theSeq Aspect_SequenceOfColor
Результат void

InsertBefore() публичный Метод

public InsertBefore ( int theIndex, Quantity_Color theItem ) : void
theIndex int
theItem Quantity_Color
Результат void

IsEmpty() публичный Метод

public IsEmpty ( ) : bool
Результат bool

Last() публичный Метод

public Last ( ) : Quantity_Color
Результат Quantity_Color

Length() публичный Метод

public Length ( ) : int
Результат int

Lower() публичный Метод

public Lower ( ) : int
Результат int

Prepend() публичный Метод

public Prepend ( Aspect_SequenceOfColor theSeq ) : void
theSeq Aspect_SequenceOfColor
Результат void

Prepend() публичный Метод

public Prepend ( Quantity_Color theItem ) : void
theItem Quantity_Color
Результат void

Remove() публичный Метод

public Remove ( int theIndex ) : void
theIndex int
Результат void

Remove() публичный Метод

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
Результат void

Reverse() публичный Метод

public Reverse ( ) : void
Результат void

SetValue() публичный Метод

public SetValue ( int theIndex, Quantity_Color theItem ) : void
theIndex int
theItem Quantity_Color
Результат void

Size() публичный Метод

public Size ( ) : int
Результат int

Split() публичный Метод

public Split ( int theIndex, Aspect_SequenceOfColor theSeq ) : void
theIndex int
theSeq Aspect_SequenceOfColor
Результат void

Upper() публичный Метод

public Upper ( ) : int
Результат int

Value() публичный Метод

public Value ( int theIndex ) : Quantity_Color
theIndex int
Результат Quantity_Color