This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
ac7135dd 790a 907d 7c4c 400b9bcb8c67
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Returns if the list is read only.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsReadOnly { get; }VB
Public ReadOnly Property IsReadOnly As Boolean
GetC++
public:
virtual property bool IsReadOnly {
bool get () sealed;
}F#
abstract IsReadOnly : bool with get
override IsReadOnly : bool with getBoolean
Return always true.
ICollection(T).IsReadOnly