C# Class libsbml.ListOfUnits

Inheritance: ListOf
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfUnits() public method

public ListOfUnits ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

ListOfUnits() public method

public ListOfUnits ( long level, long version ) : System
level long
version long
return System

clone() public method

public clone ( ) : ListOfUnits
return ListOfUnits

get() public method

public get ( long n ) : Unit
n long
return Unit

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

public remove ( long n ) : Unit
n long
return Unit