Click or drag to resize

Attribute Constructor (AttributeTarget, SymbolicRef, 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,
	SymbolicRef constructorRef,
	params Expression[] arguments
)

Parameters

target
Type: Nova.CodeDOMAttributeTarget
constructorRef
Type: Nova.CodeDOMSymbolicRef
arguments
Type: Nova.CodeDOMExpression
See Also