Back to API Reference
Class
ParameterAttribute
sealed
Inherits:Attribute
Marks a serialized field as positional parameter metadata: its C# type, declaration order, name, and initializer drive the editor schema and runtime fallback.
Remarks
The runtime never reflects. Its ParameterReader read order MUST match the reflected declaration order: own-type fields first, then inherited base-type fields.
