15 lines
308 B
C#
15 lines
308 B
C#
using System;
|
|
using System.Reflection;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Represents the values of run-time variables.</summary>
|
|
// Token: 0x0200024E RID: 590
|
|
[Token(Token = "0x200024E")]
|
|
[DefaultMember("Item")]
|
|
public interface IRuntimeVariables
|
|
{
|
|
}
|
|
}
|