provideDelegate
Returns the delegate of the property for the given object.
This function can be used to extend the logic of creating the object (e.g. perform validation checks) to which the property implementation is delegated.
Parameters
thisRef
- the object for which property delegate is requested.
property
- the metadata for the property.
Return the property delegate.