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