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.27.2
SyntaxIReadOnlyList<INode> AsReadOnly()
Return Value
Type: 
IReadOnlyListINodethe snapshot of the items in the collection as a read-only list.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The INode has already been disposed. | 
See Also