Exemplo n.º 1
0
 public void Visit(CilCustomAttribute attribute)
 {
     WriteIndentation();
     _writer.WriteLine(string.Format(".custom {0} = {1}", attribute.Constructor, attribute.GetValueString()));
 }
Exemplo n.º 2
0
 public void Visit(CilCustomAttribute attribute)
 {
     WriteIndentation();
     _writer.WriteLine(string.Format(".custom {0} = {1}", attribute.Constructor, attribute.GetValueString()));
 }