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