ArrayListCollectionBase.Count 属性

定义

返回集合中元素的数目。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

集合中的元素数。

实现

注解

由 ASP.NET 在内部使用。 不适合客户端应用程序使用。

适用于

另请参阅