Class SetupDependsOnAttribute
- Namespace
- Dec
- Assembly
- dec.dll
Signals that this class should have its ConfigErrors/PostLoad run after a different class.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class SetupDependsOnAttribute : Attribute
- Inheritance
-
objectAttributeSetupDependsOnAttribute
Remarks
Currently valid and meaningful only when applied to, and referencing, things inheriting from Dec.Dec.
Configuration order will be (mostly) stable with a fixed set of constraints into account.
Constructors
SetupDependsOnAttribute(Type)
public SetupDependsOnAttribute(Type type)
Parameters
type
Type