←Select platform

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 
   Get 
public:  
   property bool IsReadOnly 
   { 
      bool get() 
   } 

Property Value

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

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly

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