Gets a value indicating whether the collection is read-only.
            
            
            
            
            
            
            
            'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
             
        
            
            'Usage
 
Dim instance As Renderers
Dim value As Boolean
 
value = instance.IsReadOnly
             
        
            
            public bool IsReadOnly {get;}
             
        
            
            public:
property bool IsReadOnly {
   bool get();
}
             
        
             
        
            
            
            Property Value
true if the collection is read-only; otherwise, it is false.