C# Class libsbmlcs.SBaseList

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SBaseList() public méthode

public SBaseList ( ) : System
Résultat System

add() public méthode

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

get() public méthode

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

getSize() public méthode

public getSize ( ) : uint
Résultat uint

prepend() public méthode

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

remove() public méthode

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool