Class PriorityBeforeAttribute
Allows defining prirority based on another type's priority. IE, you can say 'this type should be lower priority value than that type'.
Inherited Members
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public class PriorityBeforeAttribute : RelativePriorityAttribute
Constructors
PriorityBeforeAttribute(Type[])
Declaration
public PriorityBeforeAttribute(params Type[] types)
Parameters
Type | Name | Description |
---|---|---|
System.Type[] | types |