ClassServiceBase<T>
Class
Base class for services that can be attached to objects of type T
.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Type Parameters:
T
The type of the owner object.
Syntax:
cs-api-definition
public class ServiceBase<T> : AttachableObject<T> where T : class
Inheritance: objectAttachableObject<T>ServiceBase<T>
Derived Classes:
Inherited Members