Comment Constructor

WebKit .NET

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

Comment constructor.

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

Syntax

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

Parameters

Comment
Type: IDOMComment
WebKit IDOMComment object.

See Also