mscorlib(4.0.0.0) API with additions
ThreadStaticAttribute.cs
2 
3 namespace System
4 {
7  [AttributeUsage(AttributeTargets.Field, Inherited = false)]
8  [ComVisible(true)]
9  [__DynamicallyInvokable]
11  {
13  [__DynamicallyInvokable]
15  {
16  }
17  }
18 }
Indicates that the value of a static field is unique for each thread.
Represents the base class for custom attributes.
Definition: Attribute.cs:15
Definition: __Canon.cs:3
ThreadStaticAttribute()
Initializes a new instance of the T:System.ThreadStaticAttribute class.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
Specifies that the class can be serialized.