Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: object Value

  • Declared in: RT.KitchenSink.Collections.RVariant

Declaration

object Value

Summary

Gets the Value stored in this RVariant as an object. The object will be either a string or a boxed integer type. If the value has never been assigned an empty string will be returned. Will throw an exception if executed on a non-Value kind RVariant.