| ServiceLocatorProvider Delegate |
This delegate type is used to provide a method that will
return the current container. Used with the
ServiceLocator
static accessor class.
Namespace: Microsoft.Practices.ServiceLocationAssembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public delegate IServiceLocator ServiceLocatorProvider()
Public Delegate Function ServiceLocatorProvider As IServiceLocator
public delegate IServiceLocator^ ServiceLocatorProvider()
type ServiceLocatorProvider =
delegate of unit -> IServiceLocator
Return Value
Type:
IServiceLocatorAn
IServiceLocator.
See Also