OfName(IParameterList, string)
Gets the parameter with the specified name.
Declaration
public static IParameter? OfName(this IParameterList list, string name)Parameters
| Type | Name | Description |
|---|---|---|
| IParameterList | list | The parameter list to search. |
| string | name | The name of the parameter to find. |
Returns
| Type | Description |
|---|---|
| IParameter | The parameter with the specified name, or |