SubLib Subtitle Library

SubtitleCollection Members

SubtitleCollection overview

Public Instance Constructors

SubtitleCollection Constructor Initializes a new instance of the SubtitleCollection class.

Public Instance Properties

CountThe number of subtitles in the collection.
Item 

Public Instance Methods

AddOverloaded. Adds a subtitle to the end of the collection.
AddNewAfterCreates a subtitle based on the subtitle at the specified index and adds it to the collection, inserting it right after that index.
AddNewAtCreates a subtitle and adds it to the collection, inserting it at the specified index.
AddNewBeforeCreates a subtitle based on the subtitle at the specified index and adds it to the collection, inserting it right before that index.
ContainsChecks whether a subtitle with the specified index exists in the collection.
Equals (inherited from Object) 
GetReturns the subtitle at the specified index.
GetEnumeratorReturns an enumerator that can iterate through the collection.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
RemoveRemoves a subtitle from the collection, given its index.
ToString 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

SubtitleCollection Class | SubLib Namespace