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.
Afficher le fichier Open project: GNOME/gnome-subtitles Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string