// // System.Runtime.CompilerServices.CallConvFastcall.cs // // Author: Zoltan Varga (vargaz@freemail.hu) // // (C) Copyright, Ximian Inc. using System; namespace System.Runtime.CompilerServices { public class CallConvFastcall { } }