Click or drag to resize

INodeCollectionAsReadOnly Method

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

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyList<INode> AsReadOnly()

Return Value

Type: IReadOnlyListINode
the snapshot of the items in the collection as a read-only list.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INode has already been disposed.
See Also