C# Class libsbml.CVTermList

Inheritance: IDisposable
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

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

Private Methods

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

Method Details

CVTermList() public method

public CVTermList ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

add() public method

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

get() public method

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

getSize() public method

public getSize ( ) : uint
return uint

prepend() public method

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

remove() public method

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

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool