Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

17 lines
442 B
C#

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