Click or drag to resize

AttributeAsTextAttributes Method (CodeWriter, ChildListAttribute, CodeObjectRenderFlags)

Helper method to convert a collection of Attributes to text.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AsTextAttributes(
	CodeWriter writer,
	ChildList<Attribute> attributes,
	CodeObjectRenderFlags flags
)

Parameters

writer
Type: Nova.RenderingCodeWriter
attributes
Type: Nova.CodeDOMChildListAttribute
flags
Type: Nova.CodeDOMCodeObjectRenderFlags
See Also