C# 클래스 Inazuma.Mono.Cecil.EventDefinition

상속: EventReference, IMemberDefinition
파일 보기 프로젝트 열기: mayuki/Inazuma

공개 메소드들

메소드 설명
EventDefinition ( string name, EventAttributes attributes, TypeReference eventType ) : Inazuma.Mono.Collections.Generic
Resolve ( ) : EventDefinition

비공개 메소드들

메소드 설명
InitializeMethods ( ) : void

메소드 상세

EventDefinition() 공개 메소드

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

Resolve() 공개 메소드

public Resolve ( ) : EventDefinition
리턴 EventDefinition