Mindscape LightSpeed - User Reference & API Documentation
Entity<(Of <(TId>)>) Constructor (autoInitialize)
API ReferenceMindscape.LightSpeedEntity<(Of <(TId>)>)Entity<(Of <(TId>)>)(Boolean)
Initializes a new instance of the Entity<(Of <(TId>)>) class.
Declaration Syntax
C#Visual Basic
protected Entity(
	bool autoInitialize
)
Protected 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)