|
libSBML C# API
libSBML 5.10.0 C# API
|
{core}
Maintains a list of SIds.Public Member Functions | |
| void | append (string id) |
| Appends id to the list of ids. More... | |
| string | at (int n) |
| void | clear () |
| bool | contains (string id) |
| Returns true if id is already in this IdList, false otherwise. More... | |
| virtual void | Dispose () |
| IdList () | |
| IdList (string commaSeparated) | |
| void | removeIdsBefore (string id) |
Removes all ids in this IdList before the given id. More... | |
| long | size () |
| Returns the number of ids in this IdList. More... | |
Protected Attributes | |
| bool | swigCMemOwn |
| libsbmlcs.IdList.IdList | ( | ) |
| libsbmlcs.IdList.IdList | ( | string | commaSeparated | ) |
| void libsbmlcs.IdList.append | ( | string | id | ) |
Appends id to the list of ids.
| string libsbmlcs.IdList.at | ( | int | n | ) |
| void libsbmlcs.IdList.clear | ( | ) |
| bool libsbmlcs.IdList.contains | ( | string | id | ) |
|
virtual |
| void libsbmlcs.IdList.removeIdsBefore | ( | string | id | ) |
Removes all ids in this IdList before the given id.
| long libsbmlcs.IdList.size | ( | ) |
|
protected |