C# Class subtitleMemorize.SubtitleMatcher.ExtendedLineInfo

Inheritance: ITimeSpan
Datei anzeigen Open project: ChangSpivey/SubtitleMemorize

Public Properties

Property Type Description
alreadyUsedInBidirectionalSearch bool
lineInfo LineInfo
matchingLines LinkedList

Public Methods

Method Description
ExtendedLineInfo ( LineInfo li ) : System

Method Details

ExtendedLineInfo() public method

public ExtendedLineInfo ( LineInfo li ) : System
li LineInfo
return System

Property Details

alreadyUsedInBidirectionalSearch public_oe property

public bool alreadyUsedInBidirectionalSearch
return bool

lineInfo public_oe property

public LineInfo lineInfo
return LineInfo

matchingLines public_oe property

public LinkedList matchingLines
return LinkedList