IsReadOnly Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets readonly status of colelction

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
	Get
Visual C++
public:
virtual property bool IsReadOnly {
	bool get () sealed;
}

Implements

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

See Also