C# 클래스 CascadeSharp.TKService.Aspect.Aspect_SequenceOfColor

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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