[]
Determines whether the expression refers to any of the specified objects.
public static bool HasIdentifierRefs(this ExpressionInfo e, params string[] ids)
Type | Name | Description |
---|---|---|
ExpressionInfo | e | An ExpressionInfo object to check for. |
string[] | ids | The identifiers to check against. |
Type | Description |
---|---|
bool | A bool value where |