canReflectType abstract method

bool canReflectType(
  1. Type type
)

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

Implementation

bool canReflectType(Type type);