标签: c# .net generics tuples
我第一次看到这种语法:
SOME_OTHER_COLUMN
public static IEnumerable<(string firstPath, string secondPath)> Load() {} 是什么?在这种情况下,IEnumerable的类型是什么? 搜寻该符号非常困难。
public static IEnumerable<(string firstPath, string secondPath)> Load() {}