Gets a value indicating whether the collection is read-only.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property IsReadOnly As Boolean Get | 
| C# | 
|---|
| public bool IsReadOnly { get; } | 
Return Value
true if the collection is read-only; otherwise, false.Implements
ICollection<(Of <(<'T>)>)>..::..IsReadOnlyIList..::..IsReadOnly
 
     
     
     
     
    