Click or drag to resize

StorageTStorageEntity, TKey, TValueGetAllReadOnly Method

Returns all entities T from the repository as a new Array

Namespace:  Crosser.Common.Utilities.Persistence
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public IEnumerable<TValue> GetAllReadOnly()

Return Value

Type: IEnumerableTValue
All entities in this repository
See Also