ComponentOne Basic Library for WPF and Silverlight
IsReadOnly Property (C1OrderedSet)


C1.WPF Namespace > C1OrderedSet Class : IsReadOnly Property
Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As System.Boolean
'Usage
 
Dim instance As C1OrderedSet
Dim value As System.Boolean
 
value = instance.IsReadOnly
public System.bool IsReadOnly {get;}

Property Value

true if the System.Collections.Generic.ICollection`1 is read-only; otherwise, false.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members