IStation.Test.One/Ëã·¨/Expand.cs
@@ -1,7 +1,8 @@ namespace IStation { static class Expand { /// <summary> { /// <summary> /// ç¬å¡å°ä¹ç§¯ /// </summary> public static List<List<T>> CartesianProduct<T>(this List<List<T>> lstSplit) @@ -27,5 +28,7 @@ } return lstResult; } } }