C# Class Yea.Reflection.Emit.MethodBuilder

Helper class for defining a method within a type
Inheritance: Yea.Reflection.Emit.BaseClasses.MethodBase
ファイルを表示 Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Outputs the method to a string

Private Methods

Method Description
MethodBuilder ( TypeBuilder typeBuilder, string name, MethodAttributes attributes, IEnumerable parameters, Type returnType ) : System

Method Details

ToString() public method

Outputs the method to a string
public ToString ( ) : string
return string