15 lines
327 B
C#
15 lines
327 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Marks a field as volatile. This class cannot be inherited.</summary>
|
|
// Token: 0x02000579 RID: 1401
|
|
[Token(Token = "0x2000579")]
|
|
[ComVisible(true)]
|
|
public static class IsVolatile
|
|
{
|
|
}
|
|
}
|