|
libSBML C# API
5.18.0
|
Public Member Functions | |
| void | append (string id) |
| string | at (int n) |
| void | clear () |
| bool | contains (string id) |
| virtual void | Dispose () |
| bool | empty () |
| IdList () | |
| IdList (string commaSeparated) | |
| void | removeIdsBefore (string id) |
| long | size () |
Protected Attributes | |
| bool | swigCMemOwn |
| libsbmlcs.IdList.IdList | ( | ) |
| libsbmlcs.IdList.IdList | ( | string | commaSeparated | ) |
| void libsbmlcs.IdList.append | ( | string | id | ) |
| string libsbmlcs.IdList.at | ( | int | n | ) |
| void libsbmlcs.IdList.clear | ( | ) |
| bool libsbmlcs.IdList.contains | ( | string | id | ) |
|
virtual |
| bool libsbmlcs.IdList.empty | ( | ) |
| void libsbmlcs.IdList.removeIdsBefore | ( | string | id | ) |
| long libsbmlcs.IdList.size | ( | ) |
|
protected |