摘要:
public class Array2D<T>{ public int Width { get; } public int Height { get; } public T[] Data { get; } public Array2D(int width, int height) { Width = 阅读全文
posted @ 2022-04-28 13:38
五维思考
阅读(313)
评论(0)
推荐(0)
QQ群:1. 全栈码农【346906288】2. VBA/VSTO【2660245】