http://www.php.cn/csharp-article-354819.html 1 indexer []声明的变量必须是固定长度的,即长度是静态的:object[] objectArray = new object[10]; objectArray是浅复制,即只在memory中给其赋一个地址值,此时每一item此时都是null引用: 应用举例 1 2 3 4 5 6 7 8 AdjustablePanel[] adjustPanelArrays = new AdjustablePane…