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

DocumentType constructor.

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

Syntax

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

Parameters

DocumentType
Type: IDOMDocumentType
WebKit IDOMDocumentType object.

See Also