C# Class libsbml.ModelCreatorList

Inheritance: IDisposable
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
ModelCreatorList ( ) : System
add ( ModelCreator item ) : void
get ( uint n ) : ModelCreator
getSize ( ) : uint
prepend ( ModelCreator item ) : void
remove ( uint n ) : ModelCreator

Private Methods

Method Description
ModelCreatorList ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ModelCreatorList obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ModelCreatorList() public method

public ModelCreatorList ( ) : System
return System

add() public method

public add ( ModelCreator item ) : void
item ModelCreator
return void

get() public method

public get ( uint n ) : ModelCreator
n uint
return ModelCreator

getSize() public method

public getSize ( ) : uint
return uint

prepend() public method

public prepend ( ModelCreator item ) : void
item ModelCreator
return void

remove() public method

public remove ( uint n ) : ModelCreator
n uint
return ModelCreator

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool