Adds the specified service implementation to the service container as a singleton.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v18.2.Web.dll
public static void RegisterSingleton<T, TImpl>()
where TImpl : T
Public Shared Sub RegisterSingleton(Of T, TImpl As T)
Name | Description |
---|---|
T | A base type. |
TImpl | An implemented type. |