17 lines
456 B
C#
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
|
|
{
|
|
}
|
|
}
|