JSScanner.SkipMultiLineComment Method

Definition

Skips a comment that spans multiple lines, and advances the pointers that identify the current position in the code.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 int SkipMultiLineComment();
public int SkipMultiLineComment ();
member this.SkipMultiLineComment : unit -> int
Public Function SkipMultiLineComment () As Integer

Returns

The new current position in the code string.

Applies to

See also