Changes between Initial Version and Version 1 of Ticket #1442, comment 5
- Timestamp:
- 03/16/11 15:18:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1442, comment 5
initial v1 3 3 Used the generic type arguments of the `Tuple` instead of the dynamic value types to call the `Tuple.Create` method. This avoids co- / contravariance issues when dealing with collections of `Tuples`. I haven't adapted the unit tests for the tuple serializer and I am not sure which side effect this change has. 4 4 5 Erik, please review the changeset careful .5 Erik, please review the changeset carefully.