Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: implicit operator int(RVariant)

  • Declared in: RT.KitchenSink.Collections.RVariant

Declaration

public static implicit operator int(
    RVariant value
)

Summary

Provides an implicit conversion of the RVariant to an int. Throws an appropriate exception if the conversion is not possible.