Skip to main content

IServiceContainer.GetServices(Type, Boolean) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
IEnumerable<object> GetServices(
    Type type,
    bool localOnly
)

Parameters

Name Type
type Type
localOnly Boolean

Returns

Type
IEnumerable<Object>
See Also