Class ParamStringAttribute
A function parameter with this attribute is a string of the specified format, for example regular expression. Code editors should help to create correct string arguments: provide tools or reference, show errors.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public sealed class ParamStringAttribute : Attribute
Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
Attribute
ParamStringAttribute
Constructors
| Name | Description |
|---|---|
| ParamStringAttribute(PSFormat) |
Properties
| Name | Description |
|---|---|
| Format |