Click or drag to resize

EventReference Constructor

Initializes a new instance of the EventReference class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected EventReference(
	string name,
	TypeReference eventType
)

Parameters

name
Type: SystemString
eventType
Type: Mono.CecilTypeReference
See Also