Exemple #1
0
 void ISimpleILPrinter.Write(IDecompilerOutput output, TypeSig type) => type.WriteTo(output);
Exemple #2
0
 public static void WriteTo(this TypeSig type, ITextOutput writer, ILNameSyntax syntax = ILNameSyntax.Signature)
 {
     type.WriteTo(writer, syntax, 0);
 }
Exemple #3
0
 void ISimpleILPrinter.Write(ITextOutput output, TypeSig type)
 {
     type.WriteTo(output);
 }