Table of Contents

Method AsReadOnly

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

AsReadOnly()

Returns the snapshot of the items in the collection as a read-only list.

IReadOnlyList<INode> AsReadOnly()

Returns

IReadOnlyList<INode>

the snapshot of the items in the collection as a read-only list.

Exceptions

ObjectDisposedException

The INode has already been disposed.