ArrayListCollectionBase.Count 屬性

定義

回傳集合中的元素數量。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

屬性值

集合中的元素數量。

實作

備註

由 ASP.NET 內部使用。 並非為用戶端應用程式設計。

適用於

另請參閱