Click or drag to resize

BlockPostProcessComment Method

Post-process the specified comment object at the specified index, associating with the following object if applicable.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void PostProcessComment(
	CommentBase obj,
	int index
)

Parameters

obj
Type: Nova.CodeDOMCommentBase
index
Type: SystemInt32
See Also