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

Void.cs « System « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 768d75e7141743ad8a163fde42d84c5df1d72043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// System.Void.cs
//
// Author:
//   Miguel de Icaza (miguel@ximian.com)
//
// (C) Ximian, Inc.  http://www.ximian.com
//

namespace System {
	
	[Serializable]
	public struct Void {
	}
}