Invoker |
The InvokerParameterNameAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | InvokerParameterNameAttribute | Initializes a new instance of the InvokerParameterNameAttribute class |
public void Foo(string param) { if (param == null) throw new ArgumentNullException("par"); // Warning: Cannot resolve symbol }