Instead of using classes, in C# you want to actually use a Dictionary. In your case, it should work by using a Dictionary<string, List<DeviceTimeSeries>> ...
確定! 回上一頁