Click or drag to resize

PropertyRef Constructor (PropertyDecl, Boolean)

Create a PropertyRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public PropertyRef(
	PropertyDecl declaration,
	bool isFirstOnLine = false
)

Parameters

declaration
Type: Nova.CodeDOMPropertyDecl
isFirstOnLine (Optional)
Type: SystemBoolean
See Also