Class EmptyServiceProvider
Empty service provider that always returns null for any service type.
Implements
Namespace: Singulink.UI.Navigation.InternalServices
Assembly: Singulink.UI.Navigation.dll
Syntax
public sealed class EmptyServiceProvider : IServiceProvider
Properties
| Name | Description |
|---|---|
| Instance | Gets the singleton instance of the EmptyServiceProvider. |
Methods
| Name | Description |
|---|---|
| GetService(Type) | Gets a service object of the specified type. Always returns null. |