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

Binder.cs « System.Reflection « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 876556102e5dbeff2f90b9d0b96d56510d374714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// System.Reflection.Binder
//
// Sean MacIsaac (macisaac@ximian.com)
//
// (C) Ximian, Inc. 2001

namespace System.Reflection
{
	[Serializable]
	public abstract class Binder
	{
	}
}