'Declaration ReadOnly Property ExtendedPropertyList As List(Of Tuple(Of String,Object))
'Usage Dim instance As IDifferentialFormatting Dim value As List(Of Tuple(Of String,Object)) value = instance.ExtendedPropertyList
List<Tuple<string,object>> ExtendedPropertyList {get;}