I want to know whether there is a built-in version of the class Tuple
whose Items properties are not readonly
and can be set.
Or can someone provide me such a version?
I am searching for a solution that implements the base functions of the Tuple class, (Equals
, GetHashCode
)