Class OrderedAttribute
Attribute apply to method and call all of them in given order
Constructors
OrderedAttribute(int)
Attribute apply to method and call all of them in given order
Declaration
protected OrderedAttribute(int order)
Methods
InvokeAsAutoOrderingTask<A>()
Call all static methods in order with given type of attribute
Declaration
public static void InvokeAsAutoOrderingTask<A>() where A : Attribute