Example #1
0
 public override string ToString()
 {
     return(LabelType.IsLight
                ? string.Format("Charge {0} {1}", PrecursorCharge,                  // Not L10N : For debugging
                                Transition.GetDecoyText(DecoyMassShift))
                : string.Format("Charge {0} ({1}) {2}", PrecursorCharge, LabelType, // Not L10N: For debugging
                                Transition.GetDecoyText(DecoyMassShift)));
 }