Fragment Class constructor : initialize Fragment object

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

Syntax

C#
public Fragment(
	Fragment..::.FragmentType type
)
Visual Basic (Declaration)
Public Sub New ( _
	type As Fragment..::.FragmentType _
)
Visual C++
public:
Fragment(
	Fragment..::.FragmentType type
)

Parameters

type
Type: Hyleos.Chemistry..::.Fragment..::.FragmentType

[Missing <param name="type"/> documentation for "M:Hyleos.Chemistry.Fragment.#ctor(Hyleos.Chemistry.Fragment.FragmentType)"]

See Also