Mindscape LightSpeed - User Reference & API Documentation
Get<(Of <(TEntity>)>) Method (entityHolder)
API ReferenceMindscape.LightSpeedEntityGet<(Of <(TEntity>)>)(EntityHolder<(Of <(TEntity>)>))
Gets an associated Entity from the supplied EntityHolder<(Of <(TEntity>)>) ensuring the the Entity is loaded.
Declaration Syntax
C#Visual Basic
protected internal TEntity Get<TEntity>(
	EntityHolder<TEntity> entityHolder
) where TEntity : Entity
Protected Friend Function Get(Of TEntity As Entity) ( _
	entityHolder As EntityHolder(Of TEntity) _
) As TEntity
Generic Template Parameters
TEntity
The type of the entity.
Parameters
entityHolder (EntityHolder<(Of <(TEntity>)>))
The entity holder.
Return Value
The held Entity

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