메소드 | 설명 | |
---|---|---|
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 |
public IncompleteSubtitle ( int previous, string text ) : System | ||
previous | int | The index of the preceding valid subtitle. |
text | string | The subtitle's incomplete text. |
리턴 | System |