Click or drag to resize

SymbolicRef  Conversion (PropertyReference to SymbolicRef)

Implicit conversion of a PropertyReference to a SymbolicRef (actually, a PropertyRef).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static implicit operator SymbolicRef (
	PropertyReference propertyReference
)

Parameters

propertyReference
Type: Mono.CecilPropertyReference
The PropertyReference to be converted.

Return Value

Type: SymbolicRef
A generated PropertyRef to the specified PropertyReference.
Remarks
This allows PropertyReferences to be passed directly to any method expecting a SymbolicRef type without having to create a reference first.
See Also