mscorlib(4.0.0.0) API with additions
ContextStaticAttribute.cs
2 
3 namespace System
4 {
7  [AttributeUsage(AttributeTargets.Field, Inherited = false)]
8  [ComVisible(true)]
10  {
11  }
12 }
Represents the base class for custom attributes.
Definition: Attribute.cs:15
Definition: __Canon.cs:3
Indicates that the value of a static field is unique for a particular context.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
Specifies that the class can be serialized.