Click or drag to resize

CodeObjectMovePrefixAnnotationsAsPost Method

Move any prefix annotations on the specified code object to the current code object as post annotations.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.22.6858.39923
Syntax
C#
public void MovePrefixAnnotationsAsPost(
	CodeObject obj
)

Parameters

obj
Type: Nova.CodeDOMCodeObject
See Also