SubLib Subtitle Library

SubtitleCollection.Contains Method 

Checks whether a subtitle with the specified index exists in the collection.

public bool Contains(
   int index
);

Parameters

index
The zero-based index.

Return Value

Whether the index is contained within the collection.

See Also

SubtitleCollection Class | SubLib Namespace