C# 클래스 Yea.Reflection.Emit.MethodBuilder

Helper class for defining a method within a type
상속: Yea.Reflection.Emit.BaseClasses.MethodBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Outputs the method to a string

비공개 메소드들

메소드 설명
MethodBuilder ( TypeBuilder typeBuilder, string name, MethodAttributes attributes, IEnumerable parameters, Type returnType ) : System

메소드 상세

ToString() 공개 메소드

Outputs the method to a string
public ToString ( ) : string
리턴 string