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