Actually it would have work if the IProperty was l...
# getting-started
g
Actually it would have work if the IProperty was like this
interface IProperty<in T : Comparable<T>>
but as yould don’t have control on it...