canReflect abstract method

bool canReflect(
  1. Object o
)

Returns true if this reflector has capabilities for the given instance.

Implementation

bool canReflect(Object o);