TRegistryState typedef

TRegistryState = Map<Entity, TDependencyGroup<Object>>

A typedef for a Map representing the state of a DIRegistry.

Implementation

typedef TRegistryState = Map<Entity, TDependencyGroup<Object>>;