public ArgumentNameAttribute(
string? argumentName = null
)
Public Sub New (
Optional argumentName As String = Nothing
)
Dim argumentName As String
Dim instance As New ArgumentNameAttribute(argumentName)
public:
ArgumentNameAttribute(
String^ argumentName = nullptr
)
The NameTransform will not be applied to explicitly specified names.
If the Mode property is LongShort, argumentName is the long name of the attribute.