DimensionStyleOverrideDictionaryIsReadOnly Property
|
Gets a value indicating whether the actual dictionary is read-only.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
PROPERTY IsReadOnly AS LOGIC GET
Property Value
Type:
BooleanImplements
ICollectionTIsReadOnlySee Also