摘要: <Window x:Class="WpfApp136.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-06-05 17:51 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using listOfInt = System.Collections.Generic.List<int>; namespace ConsoleApp36 { internal class Program { static void Main(string[] args) { GenericTyp 阅读全文
posted @ 2024-06-05 11:56 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: //Index was outside the bounds of the array.//Source array was not long enough. Check srcIndex and length, and the array's lower bounds //using System 阅读全文
posted @ 2024-06-05 11:03 FredGrit 阅读(15) 评论(0) 推荐(0) 编辑