Click or drag to resize
Cluster Constructor (IListMatchExtension)
Initializes a new instance of the Cluster class

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public Cluster(
	IList<MatchExtension> matches
)

Parameters

matches
Type: System.Collections.GenericIListMatchExtension
List of matches
See Also