Iterator Molecule block record

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

Syntax

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

See Also