Gets list of maximum unique matches inside the cluster
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<MatchExtension> Matches { get; }
Public ReadOnly Property Matches As IList(Of MatchExtension)
Get
public:
property IList<MatchExtension^>^ Matches {
IList<MatchExtension^>^ get ();
}
member Matches : IList<MatchExtension> with get
Property Value
Type:
IListMatchExtensionSee Also