Click or drag to resize

EventRefCreate Method

Construct an EventRef from a EventReference.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static EventRef Create(
	EventReference eventReference,
	bool isFirstOnLine = false
)

Parameters

eventReference
Type: Mono.CecilEventReference
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: EventRef
See Also