C# Class libsbml.CVTermList

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
CVTermList ( ) : System
Dispose ( ) : void
add ( CVTerm item ) : void
get ( uint n ) : CVTerm
getSize ( ) : uint
prepend ( CVTerm item ) : void
remove ( uint n ) : CVTerm

Private Methods

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

Method Details

CVTermList() public méthode

public CVTermList ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

add() public méthode

public add ( CVTerm item ) : void
item CVTerm
Résultat void

get() public méthode

public get ( uint n ) : CVTerm
n uint
Résultat CVTerm

getSize() public méthode

public getSize ( ) : uint
Résultat uint

prepend() public méthode

public prepend ( CVTerm item ) : void
item CVTerm
Résultat void

remove() public méthode

public remove ( uint n ) : CVTerm
n uint
Résultat CVTerm

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool