Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-494.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fac65920b954cf04196384c8ecbbf1e15a081cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System.Text;

namespace Agresso.Foundation {
	public class Function
	{
		public static void Main () {}
	}

	public delegate void Translate(Function callback, 
		ref StringBuilder result);
	}