An object that holds a reference to an associated Entity

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

Syntax

C#
[SerializableAttribute]
public sealed class EntityHolder<TEntity> where TEntity : Entity
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class EntityHolder(Of TEntity As Entity)

Type Parameters

TEntity
The type of the associated Entity

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.EntityHolder<(Of <(TEntity>)>)

See Also