[Missing <summary> documentation for "M:Lucene.Net.Highlight.TextFragment.Follows(Lucene.Net.Highlight.TextFragment)"]

Namespace: Lucene.Net.Highlight
Assembly: Lucene.Net.Contrib.Highlighter (in Lucene.Net.Contrib.Highlighter.dll) Version: 2.3.2.1

Syntax

C#
public virtual bool Follows(
	TextFragment fragment
)
Visual Basic
Public Overridable Function Follows ( _
	fragment As TextFragment _
) As Boolean
Visual C++
public:
virtual bool Follows(
	TextFragment^ fragment
)

Parameters

fragment
Type: Lucene.Net.Highlight..::..TextFragment

[Missing <param name="fragment"/> documentation for "M:Lucene.Net.Highlight.TextFragment.Follows(Lucene.Net.Highlight.TextFragment)"]

Return Value

true if this fragment follows the one passed

See Also