get abstract method

dynamic get(
  1. dynamic instance,
  2. CONTEXT context
)

Read a property value given an instance

instance the instance context the context object Returns the retrieved value

Implementation

dynamic get(dynamic instance, CONTEXT context);