C# Class CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_SequenceOfPatch

Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
AdvApp2Var_SequenceOfPatch ( ) : System
AdvApp2Var_SequenceOfPatch ( AdvApp2Var_SequenceOfPatch theOther ) : System
AdvApp2Var_SequenceOfPatch ( NCollection_BaseAllocator theAllocator ) : System
Append ( CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch theItem ) : void
Append ( AdvApp2Var_SequenceOfPatch theSeq ) : void
Assign ( AdvApp2Var_SequenceOfPatch theOther ) : AdvApp2Var_SequenceOfPatch
ChangeFirst ( ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
ChangeLast ( ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
ChangeValue ( int theIndex ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
InsertAfter ( int theIndex, AdvApp2Var_Patch theItem ) : void
InsertAfter ( int theIndex, AdvApp2Var_SequenceOfPatch theSeq ) : void
InsertBefore ( int theIndex, AdvApp2Var_Patch theItem ) : void
InsertBefore ( int theIndex, AdvApp2Var_SequenceOfPatch theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : AdvApp2Var_Patch
Length ( ) : int
Lower ( ) : int
Prepend ( AdvApp2Var_Patch theItem ) : void
Prepend ( AdvApp2Var_SequenceOfPatch theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, AdvApp2Var_Patch theItem ) : void
Size ( ) : int
Split ( int theIndex, AdvApp2Var_SequenceOfPatch theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : AdvApp2Var_Patch

Method Details

AdvApp2Var_SequenceOfPatch() public method

public AdvApp2Var_SequenceOfPatch ( ) : System
return System

AdvApp2Var_SequenceOfPatch() public method

public AdvApp2Var_SequenceOfPatch ( AdvApp2Var_SequenceOfPatch theOther ) : System
theOther AdvApp2Var_SequenceOfPatch
return System

AdvApp2Var_SequenceOfPatch() public method

public AdvApp2Var_SequenceOfPatch ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

Append() public method

public Append ( CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch theItem ) : void
theItem CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
return void

Append() public method

public Append ( AdvApp2Var_SequenceOfPatch theSeq ) : void
theSeq AdvApp2Var_SequenceOfPatch
return void

Assign() public method

public Assign ( AdvApp2Var_SequenceOfPatch theOther ) : AdvApp2Var_SequenceOfPatch
theOther AdvApp2Var_SequenceOfPatch
return AdvApp2Var_SequenceOfPatch

ChangeFirst() public method

public ChangeFirst ( ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
return CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch

ChangeLast() public method

public ChangeLast ( ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
return CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch

ChangeValue() public method

public ChangeValue ( int theIndex ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
theIndex int
return CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch

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 ( ) : CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch
return CascadeSharp.TKGeomBase.AdvApp2Var.AdvApp2Var_Patch

InsertAfter() public method

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

InsertAfter() public method

public InsertAfter ( int theIndex, AdvApp2Var_SequenceOfPatch theSeq ) : void
theIndex int
theSeq AdvApp2Var_SequenceOfPatch
return void

InsertBefore() public method

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

InsertBefore() public method

public InsertBefore ( int theIndex, AdvApp2Var_SequenceOfPatch theSeq ) : void
theIndex int
theSeq AdvApp2Var_SequenceOfPatch
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : AdvApp2Var_Patch
return AdvApp2Var_Patch

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

public Prepend ( AdvApp2Var_SequenceOfPatch theSeq ) : void
theSeq AdvApp2Var_SequenceOfPatch
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

SetValue() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

public Split ( int theIndex, AdvApp2Var_SequenceOfPatch theSeq ) : void
theIndex int
theSeq AdvApp2Var_SequenceOfPatch
return void

Upper() public method

public Upper ( ) : int
return int

Value() public method

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