klyn.data.memory.MemoryConfiguration.mappedTypes
property
public readonly property mappedTypes as IList<Type>:
Description

Immutable entity types represented by the configured repositories.

Returns

Every explicitly configured memory entity type.

Example
assert configuration.mappedTypes[0] == User.type