[]
Gets the names of the parameters referenced using a specified expression.
public static string[] GetReferencedParameters(this ExpressionInfo expression)
| Type | Name | Description |
|---|---|---|
| ExpressionInfo | expression | An ExpressionInfo object to look for parameter references in. |
| Type | Description |
|---|---|
| string[] | An array of the string values containing the names of the parameters referenced in the specified expression or an empty array if no parameters are referenced. |