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

CallConvFastcall.cs « System.Runtime.CompilerServices « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a7ef264d75e85fa8f8f96841315c1abe12bfdeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// System.Runtime.CompilerServices.CallConvFastcall.cs
//
// Author: Zoltan Varga (vargaz@freemail.hu)
//
// (C) Copyright, Ximian Inc.

using System;

namespace System.Runtime.CompilerServices {

	public class CallConvFastcall {
	} 
}