Gets list of clusters
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic IList<Cluster> Clusters { get; }
Public ReadOnly Property Clusters As IList(Of Cluster)
Get
public:
property IList<Cluster^>^ Clusters {
IList<Cluster^>^ get ();
}
member Clusters : IList<Cluster> with get
Property Value
Type:
IListCluster
See Also