Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: bool Exists

  • Declared in: RT.KitchenSink.Collections.RVariant

Declaration

bool Exists

Summary

Returns true if and only if this value is not a stub. This enables code like "settings["stuff"]["value"].Exists", which will return true only if the variant /stuff/value is defined.