IsReadOnly Property

Summary

Gets a value indicating whether the collection is read-only.

Syntax
C#
VB
C++
public bool IsReadOnly { get; } 
Public ReadOnly Property IsReadOnly As Boolean 
public: 
property bool IsReadOnly { 
   bool get(); 
} 

Property Value

true if the collection is read-only; false, otherwise.

Remarks

A collection that is read-only does not allow elements to be added, removed, or modified after the collection has been created.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly