C# Class libsbml.SBMLNamespacesList

Inheritance: IDisposable
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
SBMLNamespacesList ( ) : System
add ( SBMLNamespaces item ) : void
get ( uint n ) : SBMLNamespaces
getSize ( ) : uint
prepend ( SBMLNamespaces item ) : void
remove ( uint n ) : SBMLNamespaces

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SBMLNamespacesList() public method

public SBMLNamespacesList ( ) : System
return System

add() public method

public add ( SBMLNamespaces item ) : void
item SBMLNamespaces
return void

get() public method

public get ( uint n ) : SBMLNamespaces
n uint
return SBMLNamespaces

getSize() public method

public getSize ( ) : uint
return uint

prepend() public method

public prepend ( SBMLNamespaces item ) : void
item SBMLNamespaces
return void

remove() public method

public remove ( uint n ) : SBMLNamespaces
n uint
return SBMLNamespaces

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool