C# Class CascadeSharp.TKernel.TColStd.TColStd_Array1OfAsciiString

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

Méthodes publiques

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

Method Details

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : TCollection_AsciiString
Résultat TCollection_AsciiString

ChangeLast() public méthode

public ChangeLast ( ) : TCollection_AsciiString
Résultat TCollection_AsciiString

ChangeValue() public méthode

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

First() public méthode

public First ( ) : TCollection_AsciiString
Résultat TCollection_AsciiString

Init() public méthode

public Init ( TCollection_AsciiString theValue ) : void
theValue TCollection_AsciiString
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_AsciiString
Résultat TCollection_AsciiString

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_Array1OfAsciiString theOther ) : TColStd_Array1OfAsciiString
theOther TColStd_Array1OfAsciiString
Résultat TColStd_Array1OfAsciiString

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_AsciiString theItem ) : void
theIndex int
theItem TCollection_AsciiString
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

TColStd_Array1OfAsciiString() public méthode

public TColStd_Array1OfAsciiString ( ) : System
Résultat System

TColStd_Array1OfAsciiString() public méthode

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

TColStd_Array1OfAsciiString() public méthode

public TColStd_Array1OfAsciiString ( TCollection_AsciiString theBegin, int theLower, int theUpper ) : System
theBegin TCollection_AsciiString
theLower int
theUpper int
Résultat System

TColStd_Array1OfAsciiString() public méthode

public TColStd_Array1OfAsciiString ( 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_AsciiString
theIndex int
Résultat TCollection_AsciiString