C# Class CascadeSharp.TKernel.Message.Message_ArrayOfMsg

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( Message_ArrayOfMsg theOther ) : Message_ArrayOfMsg
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Length ( ) : int
Lower ( ) : int
Message_ArrayOfMsg ( ) : System
Message_ArrayOfMsg ( Message_ArrayOfMsg theOther ) : System
Message_ArrayOfMsg ( int theLower, int theUpper ) : System
Move ( Message_ArrayOfMsg theOther ) : Message_ArrayOfMsg
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
Size ( ) : int
Upper ( ) : int

Method Details

Assign() public method

public Assign ( Message_ArrayOfMsg theOther ) : Message_ArrayOfMsg
theOther Message_ArrayOfMsg
return Message_ArrayOfMsg

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Message_ArrayOfMsg() public method

public Message_ArrayOfMsg ( ) : System
return System

Message_ArrayOfMsg() public method

public Message_ArrayOfMsg ( Message_ArrayOfMsg theOther ) : System
theOther Message_ArrayOfMsg
return System

Message_ArrayOfMsg() public method

public Message_ArrayOfMsg ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

Move() public method

public Move ( Message_ArrayOfMsg theOther ) : Message_ArrayOfMsg
theOther Message_ArrayOfMsg
return Message_ArrayOfMsg

Resize() public method

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
return void

Size() public method

public Size ( ) : int
return int

Upper() public method

public Upper ( ) : int
return int