NodeList Constructor

WebKit .NET

[This is preliminary documentation and is subject to change.]

NodeList constructor.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
protected NodeList(
	IDOMNodeList NodeList
)
Visual Basic (Declaration)
Protected Sub New ( _
	NodeList As IDOMNodeList _
)
Visual C++
protected:
NodeList(
	IDOMNodeList^ NodeList
)

Parameters

NodeList
Type: IDOMNodeList
WebKit IDOMNodeList object.

See Also