Implicit Conversion (Int32 to DispatcherPriority)
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static implicit operator DispatcherPriority (
int value
)
Public Shared Widening Operator CType (
value As Integer
) As DispatcherPriority
F# does not support the declaration of new casting operators.
Parameters
Return Value
DispatcherPrioritySee Also
Reference
DispatcherPriority Structure
Implicit Overload
Avalonia.Threading Namespace