C# Класс Alsing.SourceCode.PatternScanResult

PatternScanResult struct is redurned by the Pattern class when an .IndexIn call has been performed.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Index int
Token string

Описание свойств

Index публичное свойство

The index on which the pattern was found in the source string
public int Index
Результат int

Token публичное свойство

The string that was found , this is always the same as the pattern StringPattern property if the pattern is a simple pattern. if the pattern is complex this field will contain the string that was found by the scan.
public string Token
Результат string