ActiveReports 10
RemoveService<T> Method (IServiceContainer)

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.Viewer.Common Namespace > IServiceContainer Interface : RemoveService<T> Method
The type of service to remove.
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

Reference

IServiceContainer Interface
IServiceContainer Members