ScannerClass.lineComment(String, Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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