C# 클래스 Mono.CSharp.EventField

Event is declared like field.
상속: Event
파일 보기 프로젝트 열기: praeclarum/runcs 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddDeclarator ( FieldDeclarator declarator ) : void
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
Define ( ) : bool
EventField ( DeclSpace parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, MemberName name, Mono.CSharp.Attributes attrs ) : IKVM.Reflection

메소드 상세

AddDeclarator() 공개 메소드

public AddDeclarator ( FieldDeclarator declarator ) : void
declarator FieldDeclarator
리턴 void

ApplyAttributeBuilder() 공개 메소드

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
a Attribute
ctor MethodSpec
cdata byte
pa Mono.CSharp.PredefinedAttributes
리턴 void

Define() 공개 메소드

public Define ( ) : bool
리턴 bool

EventField() 공개 메소드

public EventField ( DeclSpace parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, MemberName name, Mono.CSharp.Attributes attrs ) : IKVM.Reflection
parent DeclSpace
type Mono.CSharp.FullNamedExpression
mod_flags Mono.CSharp.Modifiers
name MemberName
attrs Mono.CSharp.Attributes
리턴 IKVM.Reflection