Method ExistsService
| Improve this Doc View SourceExistsService<T>()
Determines whether service exists.
Declaration
public bool ExistsService<T>()
    where T : class, IServiceReturns
| Type | Description | 
|---|---|
| System.Boolean | true if service exists, otherwise false. | 
Type Parameters
| Name | Description | 
|---|---|
| T | The type of the service. |