DocumentImpl Constructor

WebKit .NET

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

DocumentImpl constructor.

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

Syntax

C#
protected DocumentImpl(
	IDOMImplementation Implementation
)
Visual Basic (Declaration)
Protected Sub New ( _
	Implementation As IDOMImplementation _
)
Visual C++
protected:
DocumentImpl(
	IDOMImplementation^ Implementation
)

Parameters

Implementation
Type: IDOMImplementation
WebKit IDOMImplementation object.

See Also