Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

PropertyOrderAttribute.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/PropertyOrderAttribute.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 9-21

Declaration hash: sha256:d7b481819ea16bb43cea43ab0848bbe545cc02f8d9938676b4054dc42600113b

C#
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]
public class PropertyOrderAttribute : Attribute
{
}

Original lines: 13

Declaration hash: sha256:6f73f22f8957863cbcfbc16f0f7415001d145fb79330187de7376e0911b6e4e1

C#
public int Order { get; }

Original lines: 17-20

Declaration hash: sha256:f14681bfd41d25b71da606e656bcc58d49c1453c1324d49fcff10d0db525f9a6

C#
public PropertyOrderAttribute(int order);
Full-size image