ArrayListCollectionBase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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.
透過使用 Web Forms ICollection 物件作為儲存,實作介面繼承類別的功能ArrayList。 有關如何開發 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
- 繼承
-
ArrayListCollectionBase
- 衍生
- 屬性
- 實作
備註
本收藏僅供內部使用。 你可以從繼承類別的程式元素呼叫這個集合的程式元素。
屬性
| 名稱 | Description |
|---|---|
| Count |
已淘汰.
回傳集合中的元素數量。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| IsReadOnly |
已淘汰.
會獲得一個值,表示集合是否為唯讀。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| IsSynchronized |
已淘汰.
會得到一個值,表示集合是否同步。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| Items |
已淘汰.
取得或設定陣列清單物件中的項目集合。 預設值為 Empty。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| SyncRoot |
已淘汰.
回傳集合的 SyncRoot 物件。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
方法
| 名稱 | Description |
|---|---|
| CopyTo(Array, Int32) |
已淘汰.
將集合中的項目從給定索引開始複製到陣列。 僅供內部使用。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetEnumerator() |
已淘汰.
為集合檢索一個列舉器。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |
擴充方法
| 名稱 | Description |
|---|---|
| AsParallel(IEnumerable) |
已淘汰.
啟用查詢的平行處理。 |
| AsQueryable(IEnumerable) |
已淘汰.
將 IEnumerable 轉換成 IQueryable。 |
| Cast<TResult>(IEnumerable) |
已淘汰.
將 IEnumerable 的項目轉換成指定的型別。 |
| OfType<TResult>(IEnumerable) |
已淘汰.
根據指定的型別篩選 IEnumerable 的專案。 |