Possible create named tuple type using reflection?
I can create a normal tuple type with Tuple.Create or typeof(Tuple<,>).MakeGenericType etc, but how can I make a named tuple? With other property names than Item1, Item2 etc, using reflection in runtime.
Aucun commentaire:
Enregistrer un commentaire