ZipItemCollection.IsReadOnly Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
IsReadOnly
Gets a value indicating whether the collection is read-only. Inherited from ArchiveItemCollection.
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the collection is read-only; otherwise, false. |