Click or drag to resize

DocCodeRefBase Constructor (Expression, DocComment)

Initializes a new instance of the DocCodeRefBase class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected DocCodeRefBase(
	Expression codeRef,
	params DocComment[] docComments
)

Parameters

codeRef
Type: Nova.CodeDOMExpression
docComments
Type: Nova.CodeDOMDocComment
See Also