Chemical fragment Class : Contains links to Atom and Bond of Molecule object

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

Syntax

C#
[SerializableAttribute]
public class Fragment : ChemicalBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Fragment _
	Inherits ChemicalBase
Visual C++
[SerializableAttribute]
public ref class Fragment : public ChemicalBase

Inheritance Hierarchy

System..::.Object
  Hyleos.Common..::.BaseObject
    Hyleos.Chemistry..::.ChemicalBase
      Hyleos.Chemistry..::.Fragment
        Hyleos.Chemistry..::.Ring

See Also