Class StaticReferencesAttribute
- Namespace
- Dec
- Assembly
- dec.dll
Signals that static references in this class should be filled out after parsing is complete.
[AttributeUsage(AttributeTargets.Class)]
public class StaticReferencesAttribute : Attribute
- Inheritance
-
objectAttributeStaticReferencesAttribute
Remarks
In addition, the class's static constructor should call StaticReferencesAttribute.Initialized().
Methods
Initialized()
Informs the construction environment that a static-reference class has been constructed.
public static void Initialized()
Remarks
This must be placed in the static constructor of any StaticReferences class, but not otherwise called.