Method IsRegistered
| Improve this Doc View SourceIsRegistered<TService>()
Determines whether service is registered.
Declaration
public static bool IsRegistered<TService>()
where TService : class, IService
Returns
| Type | Description |
|---|---|
| System.Boolean | true if service is registered, otherwise false. |
Type Parameters
| Name | Description |
|---|---|
| TService | Type of service. |