Bonds that define the Sub group

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

Syntax

C#
public List<Bond> Bonds { get; }
Visual Basic (Declaration)
Public ReadOnly Property Bonds As List(Of Bond)
Visual C++
public:
property List<Bond^>^ Bonds {
	List<Bond^>^ get ();
}

Remarks

Index of bonds are used

See Also