The first time I'm seeing this syntax:
public static IEnumerable<(string firstPath, string secondPath)> Load() {}
What's with the <()>
? In this case, what would the Type for IEnumerable be?
Googling for this symbol is hard.
The first time I'm seeing this syntax:
public static IEnumerable<(string firstPath, string secondPath)> Load() {}
What's with the <()>
? In this case, what would the Type for IEnumerable be?
Googling for this symbol is hard.