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