UIServiceContainerExtensions.GetRequiredService Method
Name | Parameters | Description |
---|---|---|
GetRequiredService(IUIServiceContainer, Type, String) static | container, type, key | Gets the service from the specified IUIServiceContainer. If the requested service is not found, the method throws an exception. |
GetRequiredService<T>(IUIServiceContainer, String) static | container, key | Gets the service from the specified IUIServiceContainer. If the required service is not found, the method throws an exception. |