C# Class Inazuma.Mono.Cecil.EventReference

Inheritance: MemberReference
Mostrar archivo Open project: mayuki/Inazuma

Public Methods

Method Description
Resolve ( ) : EventDefinition

Protected Methods

Method Description
EventReference ( string name, TypeReference eventType ) : System

Method Details

EventReference() protected method

protected EventReference ( string name, TypeReference eventType ) : System
name string
eventType TypeReference
return System

Resolve() public abstract method

public abstract Resolve ( ) : EventDefinition
return EventDefinition