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

RuntimeArgumentHandle.cs « System « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 790f3c1a24dd69db5a3aa05eaf70217251974a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// System.RuntimeArgumentHandle.cs
//
// Author: Duncan Mak (duncan@ximian.com)
//
// (C) Ximian, Inc. http://www.ximian.com
//

namespace System
{
	public struct RuntimeArgumentHandle
	{
		// This class has no members, its only use is for supporting
		// va_args from C and C++.
	}
}