C# Class libsbml.IdList

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
IdList ( ) : System
IdList ( string commaSeparated ) : System
append ( string id ) : void
at ( int n ) : string
clear ( ) : void
contains ( string id ) : bool
removeIdsBefore ( string id ) : void
size ( ) : long

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IdList() public method

public IdList ( ) : System
return System

IdList() public method

public IdList ( string commaSeparated ) : System
commaSeparated string
return System

append() public method

public append ( string id ) : void
id string
return void

at() public method

public at ( int n ) : string
n int
return string

clear() public method

public clear ( ) : void
return void

contains() public method

public contains ( string id ) : bool
id string
return bool

removeIdsBefore() public method

public removeIdsBefore ( string id ) : void
id string
return void

size() public method

public size ( ) : long
return long

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool