Listak kesz
This commit is contained in:
@@ -17,7 +17,7 @@ namespace ForAndForEach {
|
||||
for (int i = 0; i < list.Count; i++) {
|
||||
Console.WriteLine(list[i]);
|
||||
}
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("\nforeach:");
|
||||
|
||||
foreach(int i in list) {
|
||||
Console.WriteLine(i);
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6,3 +6,11 @@ C:\dev\c#\c-sharp\ForAndForEach\obj\Debug\ForAndForEach.csproj.SuggestedBindingR
|
||||
C:\dev\c#\c-sharp\ForAndForEach\obj\Debug\ForAndForEach.csproj.CoreCompileInputs.cache
|
||||
C:\dev\c#\c-sharp\ForAndForEach\obj\Debug\ForAndForEach.exe
|
||||
C:\dev\c#\c-sharp\ForAndForEach\obj\Debug\ForAndForEach.pdb
|
||||
C:\dev\c#\ForAndForEach\bin\Debug\ForAndForEach.exe.config
|
||||
C:\dev\c#\ForAndForEach\bin\Debug\ForAndForEach.exe
|
||||
C:\dev\c#\ForAndForEach\bin\Debug\ForAndForEach.pdb
|
||||
C:\dev\c#\ForAndForEach\obj\Debug\ForAndForEach.csproj.AssemblyReference.cache
|
||||
C:\dev\c#\ForAndForEach\obj\Debug\ForAndForEach.csproj.SuggestedBindingRedirects.cache
|
||||
C:\dev\c#\ForAndForEach\obj\Debug\ForAndForEach.csproj.CoreCompileInputs.cache
|
||||
C:\dev\c#\ForAndForEach\obj\Debug\ForAndForEach.exe
|
||||
C:\dev\c#\ForAndForEach\obj\Debug\ForAndForEach.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user