◆ ExposeMemberAttribute()

ExposeMemberAttribute ( string  tooltip = "",
[CallerLineNumber] int  order = 0 
)
Parameters
tooltiptext string to be assigned as the exposedProperties tool-tip, for display.
orderorder 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.