Interface IManageable<T>
Represents an interface for manageable components that are associated with a specific type of manager.
public interface IManageable<in T> : IManageable where T : class, IManager
Type Parameters
T
- Extension Methods
Represents an interface for manageable components that are associated with a specific type of manager.
public interface IManageable<in T> : IManageable where T : class, IManager
T