Esempio n. 1
0
 public Bug79807AnotherItem [] Method2(int count)
 {
     Bug79807AnotherItem [] arr = new Bug79807AnotherItem [count];
     for (int i = 0; i < count; i++)
     {
         arr [i].stringOne = "one";
         arr [i].stringTwo = "two";
     }
     return(arr);
 }
			public Bug79807AnotherItem [] Method2 (int count)
			{
				Bug79807AnotherItem [] arr = new Bug79807AnotherItem [count];
				for (int i = 0;i < count;i++) {
					arr [i].stringOne = "one";
					arr [i].stringTwo = "two";
				}
				return arr;
			}