C# Class CascadeSharp.TKernel.TColStd.TColStd_Array1OfExtendedString

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Assign ( TColStd_Array1OfExtendedString theOther ) : TColStd_Array1OfExtendedString
ChangeFirst ( ) : TCollection_ExtendedString
ChangeLast ( ) : TCollection_ExtendedString
ChangeValue ( int theIndex ) : TCollection_ExtendedString
First ( ) : TCollection_ExtendedString
Init ( TCollection_ExtendedString theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : TCollection_ExtendedString
Length ( ) : int
Lower ( ) : int
Move ( TColStd_Array1OfExtendedString theOther ) : TColStd_Array1OfExtendedString
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, TCollection_ExtendedString theItem ) : void
Size ( ) : int
TColStd_Array1OfExtendedString ( ) : System
TColStd_Array1OfExtendedString ( TColStd_Array1OfExtendedString theOther ) : System
TColStd_Array1OfExtendedString ( TCollection_ExtendedString theBegin, int theLower, int theUpper ) : System
TColStd_Array1OfExtendedString ( int theLower, int theUpper ) : System
Upper ( ) : int
Value ( int theIndex ) : TCollection_ExtendedString

Method Details

Assign() public méthode

public Assign ( TColStd_Array1OfExtendedString theOther ) : TColStd_Array1OfExtendedString
theOther TColStd_Array1OfExtendedString
Résultat TColStd_Array1OfExtendedString

ChangeFirst() public méthode

public ChangeFirst ( ) : TCollection_ExtendedString
Résultat TCollection_ExtendedString

ChangeLast() public méthode

public ChangeLast ( ) : TCollection_ExtendedString
Résultat TCollection_ExtendedString

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : TCollection_ExtendedString
theIndex int
Résultat TCollection_ExtendedString

First() public méthode

public First ( ) : TCollection_ExtendedString
Résultat TCollection_ExtendedString

Init() public méthode

public Init ( TCollection_ExtendedString theValue ) : void
theValue TCollection_ExtendedString
Résultat void

IsAllocated() public méthode

public IsAllocated ( ) : bool
Résultat bool

IsDeletable() public méthode

public IsDeletable ( ) : bool
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : TCollection_ExtendedString
Résultat TCollection_ExtendedString

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Move() public méthode

public Move ( TColStd_Array1OfExtendedString theOther ) : TColStd_Array1OfExtendedString
theOther TColStd_Array1OfExtendedString
Résultat TColStd_Array1OfExtendedString

Resize() public méthode

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
Résultat void

SetValue() public méthode

public SetValue ( int theIndex, TCollection_ExtendedString theItem ) : void
theIndex int
theItem TCollection_ExtendedString
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

TColStd_Array1OfExtendedString() public méthode

public TColStd_Array1OfExtendedString ( ) : System
Résultat System

TColStd_Array1OfExtendedString() public méthode

public TColStd_Array1OfExtendedString ( TColStd_Array1OfExtendedString theOther ) : System
theOther TColStd_Array1OfExtendedString
Résultat System

TColStd_Array1OfExtendedString() public méthode

public TColStd_Array1OfExtendedString ( TCollection_ExtendedString theBegin, int theLower, int theUpper ) : System
theBegin TCollection_ExtendedString
theLower int
theUpper int
Résultat System

TColStd_Array1OfExtendedString() public méthode

public TColStd_Array1OfExtendedString ( int theLower, int theUpper ) : System
theLower int
theUpper int
Résultat System

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : TCollection_ExtendedString
theIndex int
Résultat TCollection_ExtendedString