Initializes a new instance of the Entity class.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
protected internal Entity(
	bool autoInitialize
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	autoInitialize As Boolean _
)

Parameters

autoInitialize
Type: System..::.Boolean
Whether this instance is initialized automatically. This constructor should be used from VB.NET where instance field initialization occurs after base class constructors are invoked. VB.NET constructors are required to explicitly call Initialize()()()

See Also