AttributeFindAttributeExpression Method |
Find the first attribute expression (Call or ConstructorRef) with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Expression FindAttributeExpression(
string attributeName
)
Parameters
- attributeName
- Type: SystemString
Return Value
Type:
ExpressionThe expression if found, otherwise
null.
See Also