This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
c7e02ae7 b1cf 2489 8ee8 23aeeb6f04c9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets a value indicating whether the collection is read-only.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public virtual bool IsReadOnly { get; }
VB
Public Overridable ReadOnly Property IsReadOnly As Boolean
Get
C++
public:
virtual property bool IsReadOnly {
bool get ();
}
F#
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Boolean
ICollection(T).IsReadOnly