LocalItemCollection.ICollection<LocalItem>.IsReadOnly Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9313)
ICollection<LocalItem>.IsReadOnly
Gets a value indicating whether the collection is read-only.
Declaration
bool ICollection<LocalItem>.IsReadOnly { get; }
Returns
| Type | Description |
|---|---|
| Boolean | Always returns false. |