Click or drag to resize

PropertyRefCreate Method (PropertyReference, Boolean)

Construct a PropertyRef (or IndexerRef) from a PropertyReference.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static PropertyRef Create(
	PropertyReference propertyReference,
	bool isFirstOnLine = false
)

Parameters

propertyReference
Type: Mono.CecilPropertyReference
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: PropertyRef
See Also