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