TypeDescriptor property accessor
Handles T(Type).staticMethod and T(Type).staticField access, Extends the PropertyAccessor chain to TypeDescriptor objects.
Whether the specified property can be read from the target object
Whether it can be written
Return target types this Accessor can handle. Return null for generic handling.
Read property value
Write property value
TypeDescriptor property accessor
Handles T(Type).staticMethod and T(Type).staticField access, Extends the PropertyAccessor chain to TypeDescriptor objects.