C# Class Mono.CSharp.EventProperty.AEventPropertyAccessor

Inheritance: AEventAccessor
Show file Open project: praeclarum/runcs

Public Methods

Method Description
Define ( DeclSpace ds ) : MethodBuilder
GetSignatureForError ( ) : string

Protected Methods

Method Description
AEventPropertyAccessor ( EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : IKVM.Reflection

Method Details

AEventPropertyAccessor() protected method

protected AEventPropertyAccessor ( EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : IKVM.Reflection
method EventProperty
prefix string
attrs Mono.CSharp.Attributes
loc Mono.CSharp.Location
return IKVM.Reflection

Define() public method

public Define ( DeclSpace ds ) : MethodBuilder
ds DeclSpace
return System.Reflection.Emit.MethodBuilder

GetSignatureForError() public method

public GetSignatureForError ( ) : string
return string