Click or drag to resize
MatchExtension Constructor (Match)
Initializes a new instance of the MaxUniqueMatchExtension class

Namespace: Bio.Algorithms.SuffixTree
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public MatchExtension(
	Match mum
)

Parameters

mum
Type: Bio.Algorithms.SuffixTreeMatch
Maximum Unique Match
See Also