Gets a value indicating whether the collection is read-only.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

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>)>)>..::..IsReadOnly
IList..::..IsReadOnly

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also