Click or drag to resize

Attribute Constructor (Expression)

Create an Attribute.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Attribute(
	params Expression[] attributeExpressions
)

Parameters

attributeExpressions
Type: Nova.CodeDOMExpression
See Also