Click or drag to resize

Unrecognized Constructor

Create an Unrecognized object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Unrecognized(
	bool parsingBlock,
	bool inDocComment,
	params Expression[] expressions
)

Parameters

parsingBlock
Type: SystemBoolean
inDocComment
Type: SystemBoolean
expressions
Type: Nova.CodeDOMExpression
See Also