C# Class libsbmlcs.IdList

Inheritance: IDisposable
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
IdList ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( IdList obj ) : HandleRef
getCPtrAndDisown ( IdList obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IdList() public méthode

public IdList ( ) : System
Résultat System

IdList() public méthode

public IdList ( string commaSeparated ) : System
commaSeparated string
Résultat System

append() public méthode

public append ( string id ) : void
id string
Résultat void

at() public méthode

public at ( int n ) : string
n int
Résultat string

clear() public méthode

public clear ( ) : void
Résultat void

contains() public méthode

public contains ( string id ) : bool
id string
Résultat bool

removeIdsBefore() public méthode

public removeIdsBefore ( string id ) : void
id string
Résultat void

size() public méthode

public size ( ) : long
Résultat long

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool