LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.IsNewLine 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.
public:
virtual bool IsNewLine(TSymbol symbol);
public virtual bool IsNewLine (TSymbol symbol);
abstract member IsNewLine : 'Symbol -> bool
override this.IsNewLine : 'Symbol -> bool
Public Overridable Function IsNewLine (symbol As TSymbol) As Boolean
Parameters
- symbol
- TSymbol