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

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

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean
Visual C++
public:
virtual property bool IsReadOnly {
	bool get () sealed;
}

Return Value

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

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly
IList..::.IsReadOnly

See Also