C# Класс SubLib.Core.Search.SubtitleSearchResults

Represents the results of a search operation.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SubtitleSearchResults ( int subtitle, SubtitleTextType textType, int index, int length ) : SubLib.Core.Domain

Creates a new instance of the SubtitleSearchResults class.

Описание методов

SubtitleSearchResults() публичный Метод

Creates a new instance of the SubtitleSearchResults class.
public SubtitleSearchResults ( int subtitle, SubtitleTextType textType, int index, int length ) : SubLib.Core.Domain
subtitle int The zero-based number of the subtitle where the text was found.
textType SubtitleTextType The type of text content where the text was found.
index int The zero-based position where the text was found, within a subtitle.
length int The length of the found text.
Результат SubLib.Core.Domain