| ServiceLocatorGetAllInstancesTService Method |
Namespace:
Dynamicweb.Extensibility.Providers
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public virtual IEnumerable<TService> GetAllInstances<TService>()
Public Overridable Function GetAllInstances(Of TService) As IEnumerable(Of TService)
Type Parameters
- TService
Return Value
Type:
IEnumerableTServiceImplements
IServiceLocatorGetAllInstancesTServiceSee Also