13 lines
274 B
C#
13 lines
274 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Marks a field as volatile. This class cannot be inherited.</summary>
|
|
// Token: 0x020002AA RID: 682
|
|
[ComVisible(true)]
|
|
public static class IsVolatile
|
|
{
|
|
}
|
|
}
|