Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo

habe folgendes Problem:

System.Collections.ArrayList AList = new System.Collections.ArrayList();

AList.

Alist wird nicht erkennt? wieso dass nicht? Muss ich noch was importieren/using?

sehe Generic das erste mal, sie scheinen mir in der theorie recht praktisch zu sein, aber ich kann sie nicht ansprechen?

Compiler ist Visual C# 2005, könnte das ein problem sein?

Danke

Aezi

naja, hab sonen fetten C# Schinken, darin steht kommen generics mit den arraylist vor?!

Oder hab ich da etwas komplett falsch verstanden?

ArrayList haben mit Generics in der Tat nichts zu tun: ArrayList gab's schon unter .NET 1.x, Generics kamen erst mit 2.0 hinzu.

Und was bitte meinst du konkret mit "Alist wird nicht erkannt"? Importieren mußt du jedenfalls nichts, die ArrayList steckt in der mscorlib, die immer da ist. Da du den Namespace in der Deklaration mit angibst, brauchst du auch kein using.

Und ich stimme TDM zu, nutze lieber List<T>, das wäre dann tatsächlich eine generische Liste.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.