Click or drag to resize

TypeRefBaseAsTextTypeReference Method

Render a TypeReference as text.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AsTextTypeReference(
	CodeWriter writer,
	TypeReference typeReference,
	CodeObjectRenderFlags flags
)

Parameters

writer
Type: Nova.RenderingCodeWriter
typeReference
Type: Mono.CecilTypeReference
flags
Type: Nova.CodeDOMCodeObjectRenderFlags
See Also