PropertyOrderAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/PropertyOrderAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Attributes/PropertyOrderAttribute.cs
Source file hash: sha256:bcabe5f2931d223045a066eb741c107508b1e8bdf2d7027170c93e8e46e3e452
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: PropertyOrderAttribute
Section titled “Type: PropertyOrderAttribute”Original lines: 9-21
Declaration hash: sha256:d7b481819ea16bb43cea43ab0848bbe545cc02f8d9938676b4054dc42600113b
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]public class PropertyOrderAttribute : Attribute{}Property: Order
Section titled “Property: Order”Original lines: 13
Declaration hash: sha256:6f73f22f8957863cbcfbc16f0f7415001d145fb79330187de7376e0911b6e4e1
public int Order { get; }Method: PropertyOrderAttribute(int order)
Section titled “Method: PropertyOrderAttribute(int order)”Original lines: 17-20
Declaration hash: sha256:f14681bfd41d25b71da606e656bcc58d49c1453c1324d49fcff10d0db525f9a6
public PropertyOrderAttribute(int order);