C# Class Inazuma.Mono.Cecil.EventDefinition

Inheritance: EventReference, IMemberDefinition
Show file Open project: mayuki/Inazuma

Public Methods

Method Description
EventDefinition ( string name, EventAttributes attributes, TypeReference eventType ) : Inazuma.Mono.Collections.Generic
Resolve ( ) : EventDefinition

Private Methods

Method Description
InitializeMethods ( ) : void

Method Details

EventDefinition() public method

public EventDefinition ( string name, EventAttributes attributes, TypeReference eventType ) : Inazuma.Mono.Collections.Generic
name string
attributes EventAttributes
eventType TypeReference
return Inazuma.Mono.Collections.Generic

Resolve() public method

public Resolve ( ) : EventDefinition
return EventDefinition