C# Class Inazuma.Mono.Cecil.EventDefinition

Inheritance: EventReference, IMemberDefinition
Afficher le fichier Open project: mayuki/Inazuma

Méthodes publiques

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

Private Methods

Méthode Description
InitializeMethods ( ) : void

Method Details

EventDefinition() public méthode

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

Resolve() public méthode

public Resolve ( ) : EventDefinition
Résultat EventDefinition