Click or drag to resize

CodeUnitGetMessageCounts Method

Calculate message counts.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void GetMessageCounts(
	out int errorCount,
	out int warningCount,
	out int commentCount
)

Parameters

errorCount
Type: SystemInt32
warningCount
Type: SystemInt32
commentCount
Type: SystemInt32
See Also