Move MonoError from managed wrappers to native wrappers. (#15894)
[mono-project.git] / mcs / tests / test-494.cs
blobfac65920b954cf04196384c8ecbbf1e15a081cd1
1 using System.Text;
3 namespace Agresso.Foundation {
4 public class Function
6 public static void Main () {}
9 public delegate void Translate(Function callback,
10 ref StringBuilder result);