Click or drag to resize

PropertyRefCreate Method (PropertyInfo, Boolean)

Construct a PropertyRef (or IndexerRef) from a PropertyInfo.

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

Parameters

propertyInfo
Type: System.ReflectionPropertyInfo
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: PropertyRef
See Also