SubtitleCollection Constructor
|
Initializes a new instance of the SubtitleCollection class. |
Add | Overloaded. Adds a subtitle to the end of the collection. |
AddNewAfter | Creates a subtitle based on the subtitle at the specified index and adds it to the collection, inserting it right after that index. |
AddNewAt | Creates a subtitle and adds it to the collection, inserting it at the specified index. |
AddNewBefore | Creates a subtitle based on the subtitle at the specified index and adds it to the collection, inserting it right before that index. |
Contains | Checks whether a subtitle with the specified index exists in the collection. |
Equals (inherited from Object) | |
Get | Returns the subtitle at the specified index. |
GetEnumerator | Returns an enumerator that can iterate through the collection. |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Remove | Removes a subtitle from the collection, given its index. |
ToString |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
SubtitleCollection Class | SubLib Namespace