C# Class SubLib.Core.Domain.IncompleteSubtitle

Represents an incomplete subtitle.
An incomplete subtitle is characterized by its incomplete text and the valid subtitle that precedes it.
ファイルを表示 Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
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

Method Details

IncompleteSubtitle() public method

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.
return System

ToString() public method

public ToString ( ) : string
return string