ExposeMemberAttribute | ( | string | tooltip = "" , |
[CallerLineNumber] int | order = 0 |
||
) |
tooltip | text string to be assigned as the exposedProperties tool-tip, for display. |
order | order should not be included when assigning the parameter, this way it will use the [CallerLineNumber] attribute to determine what line the attribute was declared on. |
References ExposeMemberAttribute.tooltip.