C# Class libsbml.DateList

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

Private Methods

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

Method Details

DateList() public méthode

public DateList ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

add() public méthode

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

get() public méthode

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

getSize() public méthode

public getSize ( ) : uint
Résultat uint

prepend() public méthode

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

remove() public méthode

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool