array resize test
This commit is contained in:
parent
37681cbdc7
commit
5385f9ffad
BIN
Chapter6.zip
Normal file
BIN
Chapter6.zip
Normal file
Binary file not shown.
@ -17,6 +17,13 @@ namespace ScratchBook
|
|||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
Application.Run(new Form1());
|
Application.Run(new Form1());
|
||||||
|
|
||||||
|
|
||||||
|
int[] test = new int[5];
|
||||||
|
|
||||||
|
Array.Resize(ref test, 15);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user