C# 클래스 Mono.CSharp.PropertyBase.GetMethod

상속: PropertyMethod
파일 보기 프로젝트 열기: praeclarum/runcs

공개 메소드들

메소드 설명
Define ( DeclSpace parent ) : MethodBuilder
GetMethod ( PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : IKVM.Reflection

메소드 상세

Define() 공개 메소드

public Define ( DeclSpace parent ) : MethodBuilder
parent DeclSpace
리턴 System.Reflection.Emit.MethodBuilder

GetMethod() 공개 메소드

public GetMethod ( PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : IKVM.Reflection
method PropertyBase
modifiers Mono.CSharp.Modifiers
attrs Mono.CSharp.Attributes
loc Mono.CSharp.Location
리턴 IKVM.Reflection