Constructor CreateBeforeAttribute
CreateBeforeAttribute(Type)
Specify a system which the tagged system must be created before.
Declaration
public CreateBeforeAttribute(Type systemType)
Parameters
Type | Name | Description |
---|---|---|
Type | systemType | The target system which the tagged system must be created before. This system must be
a member of the same Component |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if the system type is empty. |