using System; using System.Runtime.InteropServices; namespace System.Runtime.CompilerServices { /// Indicates that a method should use the ThisCall calling convention. // Token: 0x02000291 RID: 657 [ComVisible(true)] public class CallConvThiscall { } }