CueTypeConverterCanConvertFrom(ITypeDescriptorContext, Type) Method
Namespace: Avalonia.AnimationAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool CanConvertFrom(
ITypeDescriptorContext? context,
Type sourceType
)
Public Overrides Function CanConvertFrom (
context As ITypeDescriptorContext,
sourceType As Type
) As Boolean
abstract CanConvertFrom :
context : ITypeDescriptorContext *
sourceType : Type -> bool
override CanConvertFrom :
context : ITypeDescriptorContext *
sourceType : Type -> bool
- context ITypeDescriptorContext
-
- sourceType Type
-
Boolean