ComponentOne Basic Library for UWP
IsReadOnly Property (C1OrderedSet)

C1.UWP Assembly > C1.Xaml 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
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