User Tools

Site Tools


tuples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
tuples [2018/02/06 06:25] – created wolfgangriedmanntuples [2018/02/06 06:31] wolfgangriedmann
Line 2: Line 2:
  
 The [[https://docs.microsoft.com/en-us/dotnet/api/system.tuple|System.Tuple]] class can be used to hold different objects, it is like a list with predefined data. The [[https://docs.microsoft.com/en-us/dotnet/api/system.tuple|System.Tuple]] class can be used to hold different objects, it is like a list with predefined data.
 +
 +A tuple is very useful when you need fixed groups of data and don't like to define a own class for it.
  
tuples.txt · Last modified: 2018/02/10 08:28 by wolfgangriedmann