'DeclarationOverloads Public Operator Widening CType( _ ByVal speed As Integer _ ) As AnimationRate
'Usage
public AnimationRate operator implicit( int speed )
Parameters
- speed
- The int that will serve as the Speed value of the AnimationRate.