Click or drag to resize

AttributeAsTextAttributes Method (CodeWriter, ICustomAttributeProvider, AttributeTarget)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AsTextAttributes(
	CodeWriter writer,
	ICustomAttributeProvider customAttributeProvider,
	AttributeTarget attributeTarget = AttributeTarget.None
)

Parameters

writer
Type: Nova.RenderingCodeWriter
customAttributeProvider
Type: Mono.CecilICustomAttributeProvider
attributeTarget (Optional)
Type: Nova.CodeDOMAttributeTarget
See Also