C# Class InstantReactionProperties, Hero.Coli

Mostrar archivo Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
energyCost float
name string
products LinkedList
reactants LinkedList

Property Details

energyCost public_oe property

public float energyCost
return float

name public_oe property

public string name
return string

products public_oe property

public LinkedList products
return LinkedList

reactants public_oe property

public LinkedList reactants
return LinkedList