C# Class CascadeSharp.TKernel.TColStd.TColStd_HSequenceOfExtendedString

Inheritance: Standard_Transient
显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString theSequence ) : void
Append ( TCollection_ExtendedString theItem ) : void
ChangeFirst ( ) : TCollection_ExtendedString
ChangeLast ( ) : TCollection_ExtendedString
ChangeSequence ( ) : CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString
ChangeValue ( int theIndex ) : TCollection_ExtendedString
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : TCollection_ExtendedString
InsertAfter ( int theIndex, TCollection_ExtendedString theItem ) : void
InsertBefore ( int theIndex, TCollection_ExtendedString theItem ) : void
IsEmpty ( ) : bool
Last ( ) : TCollection_ExtendedString
Length ( ) : int
Lower ( ) : int
Prepend ( TCollection_ExtendedString theItem ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
Sequence ( ) : CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString
SetValue ( int theIndex, TCollection_ExtendedString theItem ) : void
Size ( ) : int
TColStd_HSequenceOfExtendedString ( ) : System
TColStd_HSequenceOfExtendedString ( TColStd_HSequenceOfExtendedString parameter1 ) : System
TColStd_HSequenceOfExtendedString ( CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString theOther ) : System
Upper ( ) : int
Value ( int theIndex ) : TCollection_ExtendedString
get_type_name ( ) : char

Method Details

Append() public method

public Append ( CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString theSequence ) : void
theSequence CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString
return void

Append() public method

public Append ( TCollection_ExtendedString theItem ) : void
theItem TCollection_ExtendedString
return void

ChangeFirst() public method

public ChangeFirst ( ) : TCollection_ExtendedString
return TCollection_ExtendedString

ChangeLast() public method

public ChangeLast ( ) : TCollection_ExtendedString
return TCollection_ExtendedString

ChangeSequence() public method

public ChangeSequence ( ) : CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString
return CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString

ChangeValue() public method

public ChangeValue ( int theIndex ) : TCollection_ExtendedString
theIndex int
return TCollection_ExtendedString

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

First() public method

public First ( ) : TCollection_ExtendedString
return TCollection_ExtendedString

InsertAfter() public method

public InsertAfter ( int theIndex, TCollection_ExtendedString theItem ) : void
theIndex int
theItem TCollection_ExtendedString
return void

InsertBefore() public method

public InsertBefore ( int theIndex, TCollection_ExtendedString theItem ) : void
theIndex int
theItem TCollection_ExtendedString
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : TCollection_ExtendedString
return TCollection_ExtendedString

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( TCollection_ExtendedString theItem ) : void
theItem TCollection_ExtendedString
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

Sequence() public method

public Sequence ( ) : CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString
return CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString

SetValue() public method

public SetValue ( int theIndex, TCollection_ExtendedString theItem ) : void
theIndex int
theItem TCollection_ExtendedString
return void

Size() public method

public Size ( ) : int
return int

TColStd_HSequenceOfExtendedString() public method

public TColStd_HSequenceOfExtendedString ( ) : System
return System

TColStd_HSequenceOfExtendedString() public method

public TColStd_HSequenceOfExtendedString ( TColStd_HSequenceOfExtendedString parameter1 ) : System
parameter1 TColStd_HSequenceOfExtendedString
return System

TColStd_HSequenceOfExtendedString() public method

public TColStd_HSequenceOfExtendedString ( CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString theOther ) : System
theOther CascadeSharp.TKernel.TColStd.TColStd_SequenceOfExtendedString
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : TCollection_ExtendedString
theIndex int
return TCollection_ExtendedString

get_type_name() public method

public get_type_name ( ) : char
return char