Foley .NET Utilities Class Library

Collection2Base.IsReadOnly Property

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

[Visual Basic]
Overridable Public ReadOnly Property IsReadOnly As Boolean Implements _
   ICollection2.IsReadOnly
[C#]
public bool IsReadOnly {virtual get;}

Property Value

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

Implements

ICollection2.IsReadOnly

See Also

Collection2Base Class | Collection2Base Members | Foley.Utilities.Collections Namespace