通过


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 在内部使用。 不适合客户端应用程序使用。

适用于

另请参阅