ArrayListCollectionBase Klasse
Definition
Achtung
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
Implementiert die Funktionen der ICollection-Schnittstelle für erbende Klassen durch Verwendung eines Web Forms-ArrayList-Objekts für die Speicherung.Implements the functionality of the ICollection interface to inheriting classes by using a Web Forms ArrayList object for storage. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public ref class ArrayListCollectionBase : System::Collections::ICollection
public class ArrayListCollectionBase : System.Collections.ICollection
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ArrayListCollectionBase : System.Collections.ICollection
type ArrayListCollectionBase = class
interface ICollection
interface IEnumerable
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ArrayListCollectionBase = class
interface ICollection
interface IEnumerable
Public Class ArrayListCollectionBase
Implements ICollection
- Vererbung
-
ArrayListCollectionBase
- Abgeleitet
- Attribute
- Implementiert
Hinweise
Diese Sammlung ist nur für die interne Verwendung vorgesehen.This collection is intended for internal use only. Sie können die Programmier Elemente dieser Auflistung aus den Programmier Elementen einer erbenden Klasse abrufen.You can call the programming elements of this collection from the programming elements of an inheriting class.
Eigenschaften
Count |
Gibt die Anzahl der Elemente in einer Auflistung zurück.Returns the number of elements in a collection. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
IsReadOnly |
Ruft einen Wert ab, der angibt, ob eine Auflistung schreibgeschützt ist.Gets a value indicating whether a collection is read-only. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
IsSynchronized |
Ruft einen Wert ab, der angibt, ob eine Auflistung synchronisiert ist.Gets a value indicating whether a collection is synchronized. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Items |
Ruft die Auflistung von Elementen in einem Arraylistenobjekt ab oder legt diese fest.Gets or sets the collection of items in an array list object. Der Standardwert ist Empty.The default value is Empty. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
SyncRoot |
Gibt das SyncRoot-Objekt für die Auflistung zurück.Returns the SyncRoot object for the collection. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Methoden
CopyTo(Array, Int32) |
Kopiert die Elemente der Auflistung in ein Array, beginnend am angegebenen Index.Copies the items in the collection to an array, starting at the given index. Ausschließlich für die interne Verwendung vorgesehen.Intended for internal use only. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Equals(Object) |
Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetEnumerator() |
Ruft einen Enumerator für die Auflistung ab.Retrieves an enumerator for the collection. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |
Erweiterungsmethoden
Cast<TResult>(IEnumerable) |
Wandelt die Elemente eines IEnumerable in den angegebenen Typ umCasts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtert die Elemente eines IEnumerable anhand eines angegebenen TypsFilters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Ermöglicht die Parallelisierung einer Abfrage.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Konvertiert einen IEnumerable in einen IQueryable.Converts an IEnumerable to an IQueryable. |