Click or drag to resize
DigitalRuneServiceLocatorProvider 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.ServiceLocation
Assembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public delegate IServiceLocator ServiceLocatorProvider()

Return Value

Type: IServiceLocator
An IServiceLocator.
See Also