Click or drag to resize

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
C#
public Expression FindAttributeExpression(
	string attributeName
)

Parameters

attributeName
Type: SystemString

Return Value

Type: Expression
The expression if found, otherwise null.
See Also