Click or drag to resize

PropertyRefAsTextPropertyInfo Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AsTextPropertyInfo(
	CodeWriter writer,
	PropertyInfo propertyInfo,
	CodeObjectRenderFlags flags
)

Parameters

writer
Type: Nova.RenderingCodeWriter
propertyInfo
Type: System.ReflectionPropertyInfo
flags
Type: Nova.CodeDOMCodeObjectRenderFlags
See Also