// // System.Runtime.CompilerServices.CallConvFastcall.cs // // Author: Zoltan Varga ([email protected]) // // (C) Copyright, Ximian Inc. using System; namespace System.Runtime.CompilerServices { public class CallConvFastcall { } }