using System; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// Exposes the class to unmanaged code. // Token: 0x020005B5 RID: 1461 [Token(Token = "0x20005B5")] [Guid("993634C4-E47A-32CC-BE08-85F567DC27D6")] [CLSCompliant(false)] [ComVisible(true)] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface _ParameterInfo { } }