SequenceAlignersAll Property |
Gets the list of all aligners which is supported by the framework.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static List<ISequenceAligner> All { get; }
Public Shared ReadOnly Property All As List(Of ISequenceAligner)
Get
public:
static property List<ISequenceAligner^>^ All {
List<ISequenceAligner^>^ get ();
}
static member All : List<ISequenceAligner> with get
Property Value
Type:
ListISequenceAlignerSee Also