Share via


ScannerClass.lineComment(String, Int32, Int32, Int32, Int32) Method

Definition

protected:
 virtual void lineComment(System::String ^ _text, int _startLine, int _startPos, int _endLine, int _endPos);
protected virtual void lineComment (string _text, int _startLine, int _startPos, int _endLine, int _endPos);
abstract member lineComment : string * int * int * int * int -> unit
override this.lineComment : string * int * int * int * int -> unit
Protected Overridable Sub lineComment (_text As String, _startLine As Integer, _startPos As Integer, _endLine As Integer, _endPos As Integer)

Parameters

_text
String
_startLine
Int32
_startPos
Int32
_endLine
Int32
_endPos
Int32

Applies to