Property | Type | Description | |
---|---|---|---|
Order | double |
Method | Description | |
---|---|---|
GetInspectorOrder ( |
Helper method to determine the inspector order for the given member. If the member does not have an [InspectorOrder] attribute, then the default order is returned.
|
|
InspectorOrderAttribute ( double order ) : System |
Set the order.
|
public static GetInspectorOrder ( |
||
memberInfo | ||
return | double |
public InspectorOrderAttribute ( double order ) : System | ||
order | double | /// The order in which to display this field or property. A field or /// property without an [InspectorOrder] attribute defaults to order /// double.MaxValue. /// |
return | System |