Click or drag to resize

SymbolicRef  Conversion (EventReference to SymbolicRef)

Implicit conversion of a EventReference to a SymbolicRef (actually, a EventRef).

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

Parameters

eventReference
Type: Mono.CecilEventReference
The EventReference to be converted.

Return Value

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