Mindscape LightSpeed - User Reference & API Documentation
Get<(Of <(TEntity>)>) Method (entityCollection)
API ReferenceMindscape.LightSpeedEntityGet<(Of <(TEntity>)>)(EntityCollection<(Of <(TEntity>)>))
Gets the specified EntityCollection<(Of <(TEntity>)>) ensuring that the collection is loaded.
Declaration Syntax
C#Visual Basic
protected EntityCollection<TEntity> Get<TEntity>(
	EntityCollection<TEntity> entityCollection
) where TEntity : Entity
Protected Function Get(Of TEntity As Entity) ( _
	entityCollection As EntityCollection(Of TEntity) _
) As EntityCollection(Of TEntity)
Generic Template Parameters
TEntity
The type of the entity contained by the EntityCollection<(Of <(TEntity>)>).
Parameters
entityCollection (EntityCollection<(Of <(TEntity>)>))
The EntityCollection<(Of <(TEntity>)>).
Return Value

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