Listak kesz

This commit is contained in:
2022-04-05 18:15:07 +02:00
parent e98213ebba
commit db9f2ec687
65 changed files with 161 additions and 1 deletions

View File

@@ -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);

View File

@@ -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