SAMAlignmentHeaderMandatoryTagsForFieldTypes Field |
Holds the mapping of record field types to its mandatory tags.
This will be used in the IsValid() method to validate the specified SAMAlignmentHeader.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static Dictionary<string, IList<string>> MandatoryTagsForFieldTypes
Public Shared MandatoryTagsForFieldTypes As Dictionary(Of String, IList(Of String))
public:
static Dictionary<String^, IList<String^>^>^ MandatoryTagsForFieldTypes
static val mutable MandatoryTagsForFieldTypes: Dictionary<string, IList<string>>
Field Value
Type:
DictionaryString,
IListStringSee Also