ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IServiceContainer Interface / RemoveService<T> Method
The type of service to remove.

In This Topic
    RemoveService<T> Method (IServiceContainer)
    In This Topic
    Removes the specified service type from the service container
    Syntax
    'Declaration
     
    Sub RemoveService(Of T)() 
    void RemoveService<T>()

    Type Parameters

    T
    The type of service to remove.
    See Also