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

CrossAppDomainDelegate.cs « System « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8cded40afa15d1ee0d701ce0f0dab17dfdb12b4 (plain)
1
2
3
4
5
6
7
8
9
10
// System.CrossAppDomainDelegate.cs
//
// Paolo Molaro
//
// (C) 2002 Ximian, Inc.

namespace System
{
	public delegate void CrossAppDomainDelegate ();
}