Interface IManagerSource<T, TM>
Represents a source of managers that can manage instances of type T.
public interface IManagerSource<T, in TM> : IManagerSource, ITypeSource<T>, ITypeSource where T : class, IManageable<in TM> where TM : class, IManager
Type Parameters
T
Type of manageable instances.
TM
Type of the manager that manages instances of type T.
- Inherited Members
- Extension Methods
Methods
AssignManager(TM)
void AssignManager(TM manager)
Parameters
manager
TM