Share via


DomDocument.CreateComment(String) Method

Definition

[Foundation.Export("createComment:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.DomComment CreateComment(string data);
[<Foundation.Export("createComment:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateComment : string -> WebKit.DomComment
override this.CreateComment : string -> WebKit.DomComment

Parameters

data
String

Returns

Attributes

Applies to