Interface IServiceRef<TService>
Generic contract used to define the type of properties referencing services.
Namespace: Kephas.Data
Assembly: Kephas.Data.dll
Syntax
public interface IServiceRef<out TService> : IServiceRef
Type Parameters
| Name | Description |
|---|---|
| TService | Type of the referenced service. |
Methods
| Improve this Doc View SourceGetService()
Gets the referenced service.
Declaration
TService GetService()
Returns
| Type | Description |
|---|---|
| TService | The referenced service. |