Click or drag to resize

CodeObjectGetAttribute Method

Returns the first attribute expression (Call or ConstructorRef) with the specified name on the CodeObject.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Expression GetAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString

Return Value

Type: Expression
See Also