C# 클래스 CascadeSharp.TKernel.Message.Message_SequenceOfPrinters

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

공개 메소드들

메소드 설명
Append ( Message_Printer theItem ) : void
Append ( Message_SequenceOfPrinters theSeq ) : void
Assign ( Message_SequenceOfPrinters theOther ) : Message_SequenceOfPrinters
ChangeFirst ( ) : Message_Printer
ChangeLast ( ) : Message_Printer
ChangeValue ( int theIndex ) : Message_Printer
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : Message_Printer
InsertAfter ( int theIndex, Message_Printer theItem ) : void
InsertAfter ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
InsertBefore ( int theIndex, Message_Printer theItem ) : void
InsertBefore ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : Message_Printer
Length ( ) : int
Lower ( ) : int
Message_SequenceOfPrinters ( ) : System
Message_SequenceOfPrinters ( Message_SequenceOfPrinters theOther ) : System
Message_SequenceOfPrinters ( NCollection_BaseAllocator theAllocator ) : System
Prepend ( Message_Printer theItem ) : void
Prepend ( Message_SequenceOfPrinters theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, Message_Printer theItem ) : void
Size ( ) : int
Split ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : Message_Printer

메소드 상세

Append() 공개 메소드

public Append ( Message_Printer theItem ) : void
theItem Message_Printer
리턴 void

Append() 공개 메소드

public Append ( Message_SequenceOfPrinters theSeq ) : void
theSeq Message_SequenceOfPrinters
리턴 void

Assign() 공개 메소드

public Assign ( Message_SequenceOfPrinters theOther ) : Message_SequenceOfPrinters
theOther Message_SequenceOfPrinters
리턴 Message_SequenceOfPrinters

ChangeFirst() 공개 메소드

public ChangeFirst ( ) : Message_Printer
리턴 Message_Printer

ChangeLast() 공개 메소드

public ChangeLast ( ) : Message_Printer
리턴 Message_Printer

ChangeValue() 공개 메소드

public ChangeValue ( int theIndex ) : Message_Printer
theIndex int
리턴 Message_Printer

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 ( ) : Message_Printer
리턴 Message_Printer

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, Message_Printer theItem ) : void
theIndex int
theItem Message_Printer
리턴 void

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
theIndex int
theSeq Message_SequenceOfPrinters
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, Message_Printer theItem ) : void
theIndex int
theItem Message_Printer
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
theIndex int
theSeq Message_SequenceOfPrinters
리턴 void

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Last() 공개 메소드

public Last ( ) : Message_Printer
리턴 Message_Printer

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

Message_SequenceOfPrinters() 공개 메소드

public Message_SequenceOfPrinters ( ) : System
리턴 System

Message_SequenceOfPrinters() 공개 메소드

public Message_SequenceOfPrinters ( Message_SequenceOfPrinters theOther ) : System
theOther Message_SequenceOfPrinters
리턴 System

Message_SequenceOfPrinters() 공개 메소드

public Message_SequenceOfPrinters ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
리턴 System

Prepend() 공개 메소드

public Prepend ( Message_Printer theItem ) : void
theItem Message_Printer
리턴 void

Prepend() 공개 메소드

public Prepend ( Message_SequenceOfPrinters theSeq ) : void
theSeq Message_SequenceOfPrinters
리턴 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, Message_Printer theItem ) : void
theIndex int
theItem Message_Printer
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Split() 공개 메소드

public Split ( int theIndex, Message_SequenceOfPrinters theSeq ) : void
theIndex int
theSeq Message_SequenceOfPrinters
리턴 void

Upper() 공개 메소드

public Upper ( ) : int
리턴 int

Value() 공개 메소드

public Value ( int theIndex ) : Message_Printer
theIndex int
리턴 Message_Printer