ASP.NET Pack Programmer's Guide
CollectionBase(T).IsReadOnly Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsReadOnly { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsReadOnly As Boolean

 Property Value

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

 See Also

CollectionBase(T) Members
CollectionBase(T) Class
MindFusion.Diagramming Namespace