IocExtension.Type Property
Gets or sets the type of the object or service registered in the dependency injection container.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type | The type of the object or service registered in the dependency injection container. |
See Also