TryGetService<T>(out T?)
Attempts to get a service if it has already been instantiated.
Declaration
public bool TryGetService<T>(out T? service) where T : class, TBaseParameters
| Type | Name | Description |
|---|---|---|
| T | service |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |