TrulyObservableOrderedSet(T).IsReadOnly Property

TrulyObservableOrderedSetTIsReadOnly Property

Always returns false.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
	Get

Property Value

Type: Boolean

Implements

ICollectionTIsReadOnly
See Also