Beispiel #1
0
 public string ToString(TypeFormatFlags flags)
 {
     return(debugger.Dispatcher.UI(() => code.ToString((TypePrinterFlags)flags)));
 }