Cluster Constructor (IListMatchExtension) |
Initializes a new instance of the Cluster class
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Cluster(
IList<MatchExtension> matches
)
Public Sub New (
matches As IList(Of MatchExtension)
)
public:
Cluster(
IList<MatchExtension^>^ matches
)
new :
matches : IList<MatchExtension> -> Cluster
Parameters
- matches
- Type: System.Collections.GenericIListMatchExtension
List of matches
See Also