C# Class libsbml.DateList

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method 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

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

Method Details

DateList() public method

public DateList ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

add() public method

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

get() public method

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

getSize() public method

public getSize ( ) : uint
return uint

prepend() public method

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

remove() public method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool