Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

4d4aaf96 37e1 5001 70d4 3edd9537379b

haplokuon edited this page May 6, 2023 · 1 revision

IsReadOnly Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.Collections.ObservableDictionary`2.IsReadOnly"]

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool IsReadOnly { get; }

VB

Public ReadOnly Property IsReadOnly As Boolean
	Get

C++

public:
virtual property bool IsReadOnly {
	bool get () sealed;
}

F#

abstract IsReadOnly : bool with get
override IsReadOnly : bool with get

Property Value

Boolean

Implements

ICollection(T).IsReadOnly

See Also

Reference

ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally