ArrayListCollectionBase.IsReadOnly 属性

定义

获取一个值,该值指示集合是否为只读。Gets a value indicating whether a collection is read-only. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

属性值

Boolean

如果集合为只读,则为 true;否则为 falsetrue if collection is read-only; otherwise, false.

注解

由 ASP.NET 在内部使用。Used internally by the ASP.NET. 不应由客户端应用程序使用。Not intended for use by client applications.

适用于

另请参阅