using System; using System.Reflection; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Represents the values of run-time variables. // Token: 0x0200024E RID: 590 [Token(Token = "0x200024E")] [DefaultMember("Item")] public interface IRuntimeVariables { } }