DiagramLite Programmer's Guide
CollectionBase(T, E).IsReadOnly Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool IsReadOnly { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsReadOnly As Boolean

 Property Value

 Remarks

A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.

 See Also

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