Nitrogen, Oxygen, Sulfur and Phosphor atom only iterator
Namespace:
Hyleos.ChemistryAssembly: Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public IEnumerable<Atom> AtomNOSP { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AtomNOSP As IEnumerable(Of Atom) |
| Visual C++ |
|---|
public: property IEnumerable<Atom^>^ AtomNOSP { IEnumerable<Atom^>^ get (); } |