C# Класс CascadeSharp.TKernel.Units.Units_UtsSequence

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

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

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

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

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

public Append ( CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theItem CascadeSharp.TKernel.Units.Units_Unit
Результат void

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

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

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

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

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

public ChangeFirst ( ) : CascadeSharp.TKernel.Units.Units_Unit
Результат CascadeSharp.TKernel.Units.Units_Unit

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

public ChangeLast ( ) : CascadeSharp.TKernel.Units.Units_Unit
Результат CascadeSharp.TKernel.Units.Units_Unit

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

public ChangeValue ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Unit
theIndex int
Результат CascadeSharp.TKernel.Units.Units_Unit

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 ( ) : CascadeSharp.TKernel.Units.Units_Unit
Результат CascadeSharp.TKernel.Units.Units_Unit

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

public InsertAfter ( int theIndex, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Unit
Результат void

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

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

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

public InsertBefore ( int theIndex, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Unit
Результат void

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

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

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

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

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

public Last ( ) : CascadeSharp.TKernel.Units.Units_Unit
Результат CascadeSharp.TKernel.Units.Units_Unit

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

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

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

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

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

public Prepend ( CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theItem CascadeSharp.TKernel.Units.Units_Unit
Результат void

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

public Prepend ( Units_UtsSequence theSeq ) : void
theSeq Units_UtsSequence
Результат 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, CascadeSharp.TKernel.Units.Units_Unit theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Unit
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

public Value ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Unit
theIndex int
Результат CascadeSharp.TKernel.Units.Units_Unit