C# Class SubLib.Core.Search.SubtitleSearchResults

Represents the results of a search operation.
Afficher le fichier Open project: GNOME/gnome-subtitles Class Usage Examples

Méthodes publiques

Méthode Description
SubtitleSearchResults ( int subtitle, SubtitleTextType textType, int index, int length ) : SubLib.Core.Domain

Creates a new instance of the SubtitleSearchResults class.

Method Details

SubtitleSearchResults() public méthode

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.
Résultat SubLib.Core.Domain