Ejemplo n.º 1
0
		void ISimpleILPrinter.Write(IDecompilerOutput output, TypeSig type) => type.WriteTo(output);
Ejemplo n.º 2
0
 void ISimpleILPrinter.Write(ITextOutput output, TypeSig type)
 {
     type.WriteTo(output);
 }