C# 클래스 SubLib.Core.Domain.IncompleteSubtitle

Represents an incomplete subtitle.
An incomplete subtitle is characterized by its incomplete text and the valid subtitle that precedes it.
파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
IncompleteSubtitle ( int previous, string text ) : System

Initializes a new instance of the IncompleteSubtitle class, given the index of its preceding valid subtitle and the incomplete text.

ToString ( ) : string

메소드 상세

IncompleteSubtitle() 공개 메소드

Initializes a new instance of the IncompleteSubtitle class, given the index of its preceding valid subtitle and the incomplete text.
public IncompleteSubtitle ( int previous, string text ) : System
previous int The index of the preceding valid subtitle.
text string The subtitle's incomplete text.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string