ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (C1OrderedSet)
    In This Topic
    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