Will the Pair class make it into the new framework?

Does anybody know if this will be possible at some point in the future:

Dim p As Pair = 123 : 456 Dim p As Pair = 123 : 456 : 789
… where p.Left and p.Right will be typed as Auto properties?