SignatureHelper.AddArgument Method (Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds an argument to the signature.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- clsArgument
- Type: System.Type
The type of the argument.
| Exception | Condition |
|---|---|
| ArgumentException | The signature has already been finished. |
| ArgumentNullException | clsArgument is Nothing. |
To add an argument with optional or required custom modifiers, use the AddArgument(Type, Type(), Type()) method overload.
Show: