using System;
using System.Runtime.InteropServices;
namespace System
{
/// Indicates that the value of a static field is unique for each thread.
/// 1
// Token: 0x020006AE RID: 1710
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
[Serializable]
public class ThreadStaticAttribute : Attribute
{
}
}