Click or drag to resize

TypeRefBase Constructor (AnonymousMethodBase, Boolean)

Initializes a new instance of the TypeRefBase class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected TypeRefBase(
	AnonymousMethodBase anonymousMethodBase,
	bool isFirstOnLine
)

Parameters

anonymousMethodBase
Type: Nova.CodeDOMAnonymousMethodBase
isFirstOnLine
Type: SystemBoolean
See Also