Mindscape LightSpeed - User Reference & API Documentation
Entity Constructor (autoInitialize)
API ReferenceMindscape.LightSpeedEntityEntity(Boolean)
Initializes a new instance of the Entity class.
Declaration Syntax
C#Visual Basic
protected internal Entity(
	bool autoInitialize
)
Protected Friend Sub New ( _
	autoInitialize As Boolean _
)
Parameters
autoInitialize (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()()()

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)