Molecule iterator through all Reactants and products

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public IEnumerable<Molecule> Mol { get; }
Visual Basic (Declaration)
Public ReadOnly Property Mol As IEnumerable(Of Molecule)
Visual C++
public:
property IEnumerable<Molecule^>^ Mol {
	IEnumerable<Molecule^>^ get ();
}

See Also