IsReadOnly Property

Summary
Gets a value indicating whether the collection is read-only.
Syntax
C#
C++/CLI
public bool IsReadOnly { get; } 
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 the addition, removal, or modification of elements after the collection is created.

Requirements

Target Platforms

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

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.