Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Yea
Reflection
Emit
MethodBuilder
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