Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: RVariant this[int]

  • Declared in: RT.KitchenSink.Collections.RVariant

Declaration

RVariant this[
    int index
]

Summary

Accesses a sub-element of this node, treating this node as a list. Note that this will throw an exception if attempted on a node which is already a Dict or a Value.