示例#1
0
 public override string ToString()
 {
     return(HgvsUtilities.FormatDnaNotation(_start.Value, _end.Value, _transcriptId, _referenceBases,
                                            _alternateBases, _type, _transcriptType));
 }