| IAlignmentAttributesAttributes Property  | 
            Gets list of attributes.
            
 
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
SyntaxDictionary<string, AlignmentInfo> Attributes { get; }ReadOnly Property Attributes As Dictionary(Of String, AlignmentInfo)
	Get
property Dictionary<String^, AlignmentInfo^>^ Attributes {
	Dictionary<String^, AlignmentInfo^>^ get ();
}abstract Attributes : Dictionary<string, AlignmentInfo> with get
Property Value
Type: 
DictionaryString, 
AlignmentInfo
See Also