Click or drag to resize

AttributeAsTextAttributes Method (CodeWriter, IListCustomAttributeData, AttributeTarget)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static void AsTextAttributes(
	CodeWriter writer,
	IList<CustomAttributeData> attributes,
	AttributeTarget attributeTarget = AttributeTarget.None
)

Parameters

writer
Type: Nova.RenderingCodeWriter
attributes
Type: System.Collections.GenericIListCustomAttributeData
attributeTarget (Optional)
Type: Nova.CodeDOMAttributeTarget
See Also