Click or drag to resize

CodeObjectMovePrefixAnnotationsAs Method

Move any prefix annotations on the specified code object to the current code object as the specified type of annotation.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void MovePrefixAnnotationsAs(
	CodeObject obj,
	AnnotationFlags toFlag
)

Parameters

obj
Type: Nova.CodeDOMCodeObject
toFlag
Type: Nova.CodeDOMAnnotationFlags
See Also