QuickAdmin.Net Reference
C#
Show/Hide TOC
Casted
List
TFrom
,
TTo
Is
Read
Only Property
Gets a value indicating whether the
ICollection
T
is read-only.
Definition
Namespace:
QuickAdmin.Utils
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
Copy
public
bool
IsReadOnly
{
get
; }
Return Value
bool
if the
ICollection
T
is read-only; otherwise,
.
Implements
ICollection
T
IsReadOnly
See Also
Reference
CastedList
TFrom, TTo
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Return Value
Implements
See Also