Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
C1OrderedSet
.
.
::
.
.
IsReadOnly Property
C1OrderedSet Class
See Also
Gets a value indicating whether the
ICollection
<
(Of
<
(
<'
T
>
)
>
)
>
is read-only.
Namespace:
C1.WPF
Assembly:
C1.WPF
(in C1.WPF.dll)
Syntax
C#
public
bool
IsReadOnly
{
get
; }
Visual Basic
Public
ReadOnly
Property
IsReadOnly
As
Boolean
Get
Field Value
Return Value
true if the
ICollection
<
(Of
<
(
<'
T
>
)
>
)
>
is read-only; otherwise, false.
Implements
ICollection
<
(Of
<
(
<'
T
>
)
>
)
>
.
.
::
.
.
IsReadOnly
See Also
C1OrderedSet Class
C1.WPF Namespace