Class InspectorImplementationOrderAttribute
Inheritance
InspectorImplementationOrderAttribute
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class InspectorImplementationOrderAttribute : Attribute, _Attribute
Constructors
InspectorImplementationOrderAttribute(Int32)
Declaration
public InspectorImplementationOrderAttribute(int order)
Parameters
Type |
Name |
Description |
Int32 |
order |
|
Properties
order
Declaration
public int order { get; }
Property Value
Extension Methods