TypedSortedListEx
TKey
,
TValue
IsReadOnly Property
|
Returns True if list is readonly, False otherwise. Read-only.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual bool IsReadOnly { get; }
Public Overridable ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get ();
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
Type:
Boolean
Implements
ICollection
T
IsReadOnly
IDictionary
IsReadOnly
See Also