Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Runtime/InteropServices/_MemberInfo.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

17 lines
458 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.InteropServices
{
/// <summary>Exposes the public members of the <see cref="T:System.Reflection.MemberInfo" /> class to unmanaged code.</summary>
// Token: 0x020005B1 RID: 1457
[Token(Token = "0x20005B1")]
[ComVisible(true)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[CLSCompliant(false)]
[Guid("f7102fa9-cabb-3a74-a6da-b4567ef1b079")]
public interface _MemberInfo
{
}
}