Click or drag to resize

Attribute Constructor (AttributeTarget, Expression)

Create an Attribute.

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

Parameters

target
Type: Nova.CodeDOMAttributeTarget
attributeExpressions
Type: Nova.CodeDOMExpression
See Also