C# 클래스 SubLib.Core.Search.SubtitleSearchResults

Represents the results of a search operation.
파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
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