C# Class libsbmlcs.ListOfUnits

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ListOfUnits ( SBMLNamespaces sbmlns ) : System
ListOfUnits ( long level, long version ) : System
clone ( ) : ListOfUnits
get ( long n ) : Unit
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : Unit

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfUnits() public méthode

public ListOfUnits ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Résultat System

ListOfUnits() public méthode

public ListOfUnits ( long level, long version ) : System
level long
version long
Résultat System

clone() public méthode

public clone ( ) : ListOfUnits
Résultat ListOfUnits

get() public méthode

public get ( long n ) : Unit
n long
Résultat Unit

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getItemTypeCode() public méthode

public getItemTypeCode ( ) : int
Résultat int

remove() public méthode

public remove ( long n ) : Unit
n long
Résultat Unit