Click or drag to resize

PropertyRef Constructor (PropertyDeclBase, Boolean)

Create a PropertyRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected PropertyRef(
	PropertyDeclBase declaration,
	bool isFirstOnLine
)

Parameters

declaration
Type: Nova.CodeDOMPropertyDeclBase
isFirstOnLine
Type: SystemBoolean
See Also