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