AttributeCollectionIsReadOnly Property
|
Gets a value indicating whether the collection is read-only.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static bool IsReadOnly { get; }
Public Shared ReadOnly Property IsReadOnly As Boolean
Get
public:
static property bool IsReadOnly {
bool get ();
}
static member IsReadOnly : bool with get
STATIC PROPERTY IsReadOnly AS LOGIC GET
Property Value
Type:
BooleanSee Also