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

17 lines
456 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.InteropServices
{
/// <summary>Exposes the public members of the <see cref="T:System.Reflection.FieldInfo" /> class to unmanaged code.</summary>
// Token: 0x020005B0 RID: 1456
[Token(Token = "0x20005B0")]
[Guid("8A7C1442-A9FB-366B-80D8-4939FFA6DBE0")]
[CLSCompliant(false)]
[ComVisible(true)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface _FieldInfo
{
}
}