Click or drag to resize

PropertyRef Constructor (PropertyDefinition, Boolean)

Create a PropertyRef.

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

Parameters

propertyDefinition
Type: Mono.CecilPropertyDefinition
isFirstOnLine (Optional)
Type: SystemBoolean
See Also