Returns True if list is readonly, False otherwise. Read-only.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean

Implements

ICollection<(Of <(<'T>)>)>..::..IsReadOnly
IDictionary..::..IsReadOnly

See Also