Class ExecutionOrder
Inheritance
System.Object
System.Attribute
ExecutionOrder
Namespace: Chroma
Assembly: Chroma.Mono.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
public class ExecutionOrder : Attribute, _Attribute
Constructors
ExecutionOrder(Int32)
Declaration
public ExecutionOrder(int order)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | order |
Properties
Order
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |